Carsten Ziegeler | 60c73ed | 2007-08-22 07:03:12 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.apache.felix.commons</groupId> |
Carsten Ziegeler | ef09a2c | 2007-07-24 09:39:40 +0000 | [diff] [blame] | 26 | <artifactId>commons-build</artifactId> |
Carsten Ziegeler | 08d11b7 | 2007-08-22 06:46:55 +0000 | [diff] [blame] | 27 | <version>1.0.0</version> |
Carsten Ziegeler | 7baa52a | 2007-07-24 09:31:07 +0000 | [diff] [blame] | 28 | <relativePath>../pom</relativePath> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 29 | </parent> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 30 | <properties> |
| 31 | <pkgArtifactId>commons-codec</pkgArtifactId> |
| 32 | <pkgVersion>1.3</pkgVersion> |
| 33 | <pomVersion>0001</pomVersion> |
| 34 | <osgiVersion>${pkgVersion}.0</osgiVersion> |
| 35 | </properties> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 36 | <groupId>org.apache.felix.commons</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 37 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
Carsten Ziegeler | 60c73ed | 2007-08-22 07:03:12 +0000 | [diff] [blame^] | 38 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 39 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 40 | <name>${pkgArtifactId} bundle</name> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 41 | <description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 42 | This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 43 | </description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 44 | <organization> |
| 45 | <name>Apache Felix Project</name> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 46 | <url>http://felix.apache.org/</url> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 47 | </organization> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 48 | <scm> |
Carsten Ziegeler | 195aadf | 2007-08-22 06:54:08 +0000 | [diff] [blame] | 49 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/commons-codec</connection> |
| 50 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/commons-codec</developerConnection> |
| 51 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/commons-codec</url> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 52 | </scm> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 53 | <dependencies> |
| 54 | <dependency> |
| 55 | <groupId>commons-codec</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 56 | <artifactId>${pkgArtifactId}</artifactId> |
| 57 | <version>${pkgVersion}</version> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 58 | </dependency> |
| 59 | </dependencies> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 60 | <build> |
| 61 | <plugins> |
| 62 | <plugin> |
| 63 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 64 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 65 | <extensions>true</extensions> |
| 66 | <configuration> |
| 67 | <instructions> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 68 | <Bundle-SymbolicName> |
| 69 | ${pom.artifactId} |
| 70 | </Bundle-SymbolicName> |
| 71 | <Export-Package>*;version=${pkgVersion}</Export-Package> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 72 | </instructions> |
| 73 | </configuration> |
| 74 | </plugin> |
| 75 | </plugins> |
| 76 | </build> |
Carsten Ziegeler | 7012091 | 2007-08-22 06:53:55 +0000 | [diff] [blame] | 77 | </project> |