blob: 177115d6ce2523c44535aa1647d43c7d52685ba8 [file] [log] [blame]
<project>
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.metadata</artifactId>
<packaging>bundle</packaging>
<version>0.7.5-SNAPSHOT</version>
<name>Apache Felix iPOJO Metadata</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Name>iPOJO Metadata</Bundle-Name>
<Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
<Bundle-Description> iPOJO Metadata </Bundle-Description>
<Export-Package>org.apache.felix.ipojo.metadata</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>