| <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"> |
| <parent> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>felix</artifactId> |
| <version>1.0.2</version> |
| <relativePath>../../pom/pom.xml</relativePath> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
| <groupId>org.apache.felix</groupId> |
| <version>0.9.0</version> |
| <packaging>bundle</packaging> |
| <name>Apache Felix iPOJO Metadata</name> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-bundle-plugin</artifactId> |
| <version>1.4.0</version> |
| <extensions>true</extensions> |
| <configuration> |
| <instructions> |
| <Bundle-Name>iPOJO Metadata</Bundle-Name> |
| <Bundle-Vendor> |
| The Apache Software Foundation |
| </Bundle-Vendor> |
| <Bundle-Description> |
| iPOJO Metadata |
| </Bundle-Description> |
| <Export-Package> |
| org.apache.felix.ipojo.metadata |
| </Export-Package> |
| <Include-Resource> |
| META-INF/LICENCE=LICENSE, |
| META-INF/NOTICE=NOTICE |
| </Include-Resource> |
| </instructions> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |