blob: 10123d43a14942776938ec77d73a015ed95c191e [file] [log] [blame]
Clement Escoffier0d916132008-05-16 21:22:58 +00001<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">
Clement Escoffierce0e1e52008-03-28 15:33:36 +00002 <parent>
Clement Escoffierce0e1e52008-03-28 15:33:36 +00003 <groupId>org.apache.felix</groupId>
Clement Escoffier7d116ff2008-03-29 15:04:02 +00004 <artifactId>felix</artifactId>
5 <version>1.0.2</version>
6 <relativePath>../../pom/pom.xml</relativePath>
Clement Escoffierce0e1e52008-03-28 15:33:36 +00007 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffier7d116ff2008-03-29 15:04:02 +000010 <groupId>org.apache.felix</groupId>
Clement Escoffierac119fe2008-05-16 22:57:48 +000011 <version>0.8.0</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000012 <packaging>bundle</packaging>
13 <name>Apache Felix iPOJO Metadata</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.apache.felix</groupId>
18 <artifactId>maven-bundle-plugin</artifactId>
19 <version>1.4.0</version>
20 <extensions>true</extensions>
21 <configuration>
22 <instructions>
23 <Bundle-Name>iPOJO Metadata</Bundle-Name>
Clement Escoffier9d7a0052008-05-05 18:30:18 +000024 <Bundle-Vendor>
25 The Apache Software Foundation
26 </Bundle-Vendor>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000027 <Bundle-Description>
28 iPOJO Metadata
29 </Bundle-Description>
30 <Export-Package>
31 org.apache.felix.ipojo.metadata
32 </Export-Package>
Clement Escoffier9d7a0052008-05-05 18:30:18 +000033 <Include-Resource>
34 META-INF/LICENCE=LICENSE,
35 META-INF/NOTICE=NOTICE
36 </Include-Resource>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000037 </instructions>
38 </configuration>
39 </plugin>
40 </plugins>
41 </build>
Clement Escoffierac119fe2008-05-16 22:57:48 +000042
43 <scm>
44 <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.metadata-0.8.0</connection>
45 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.metadata-0.8.0</developerConnection>
46 <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.metadata-0.8.0</url>
47 </scm>
48</project>