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 | --> |
Carsten Ziegeler | 051927a | 2007-08-24 09:15:34 +0000 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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] | 21 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 22 | <parent> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 25 | <version>1.0.4</version> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 26 | <relativePath>../../pom</relativePath> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 27 | </parent> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 28 | |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 29 | <properties> |
| 30 | <pkgArtifactId>commons-codec</pkgArtifactId> |
| 31 | <pkgVersion>1.3</pkgVersion> |
Carsten Ziegeler | b446d43 | 2007-08-22 07:17:42 +0000 | [diff] [blame] | 32 | <pomVersion>0002</pomVersion> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 33 | <osgiVersion>${pkgVersion}.0</osgiVersion> |
| 34 | </properties> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 35 | <groupId>org.apache.felix.commons</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 36 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
Carsten Ziegeler | 60c73ed | 2007-08-22 07:03:12 +0000 | [diff] [blame] | 37 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 38 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 39 | <name>${pkgArtifactId} bundle</name> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 40 | <description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 41 | This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 42 | </description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 43 | <organization> |
| 44 | <name>Apache Felix Project</name> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 45 | <url>http://felix.apache.org/</url> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 46 | </organization> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 47 | <scm> |
Carsten Ziegeler | 195aadf | 2007-08-22 06:54:08 +0000 | [diff] [blame] | 48 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/commons-codec</connection> |
| 49 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/commons-codec</developerConnection> |
| 50 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/commons-codec</url> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 51 | </scm> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>commons-codec</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 55 | <artifactId>${pkgArtifactId}</artifactId> |
| 56 | <version>${pkgVersion}</version> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | </dependencies> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 63 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 64 | <version>1.4.0</version> |
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> |