| <modelVersion>4.0.0</modelVersion>
|
| <packaging>bundle</packaging>
|
| <groupId>ipojo.examples</groupId>
|
| <artifactId>hello.impl</artifactId>
|
| <version>1.5.0-SNAPSHOT</version>
|
| <name>Hello Service Provider</name>
|
| <id>apache.snapshots</id>
|
| <name>snapshot plugins</name>
|
| http://people.apache.org/repo/m2-snapshot-repository
|
| <groupId>ipojo.examples</groupId>
|
| <artifactId>hello.service</artifactId>
|
| <version>1.5.0-SNAPSHOT</version>
|
| <groupId>org.apache.felix</groupId>
|
| <artifactId>maven-bundle-plugin</artifactId>
|
| <extensions>true</extensions>
|
| <groupId>org.apache.felix</groupId>
|
| <artifactId>maven-ipojo-plugin</artifactId>
|
| <version>1.5.0-SNAPSHOT</version>
|
| <goal>ipojo-bundle</goal>
|