Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 3 | <parent> |
| 4 | <groupId>org.apache.felix</groupId> |
| 5 | <artifactId>felix</artifactId> |
Richard S. Hall | d211875 | 2006-12-22 16:59:49 +0000 | [diff] [blame] | 6 | <version>0.9.0-incubator-SNAPSHOT</version> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 7 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 8 | |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 9 | <modelVersion>4.0.0</modelVersion> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 10 | <packaging>bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 11 | <name>Apache Felix MOSGi JMX registry</name> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 12 | <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId> |
Stephane Frenot | 0afc763 | 2006-12-22 10:45:14 +0000 | [diff] [blame] | 13 | <version>0.9.0-incubator-SNAPSHOT</version> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 14 | |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>${pom.groupId}</groupId> |
| 18 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 19 | <scope>provided</scope> |
| 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>${pom.groupId}</groupId> |
| 23 | <artifactId>org.osgi.compendium</artifactId> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 24 | <scope>provided</scope> |
| 25 | </dependency> |
| 26 | <dependency> |
| 27 | <groupId>${pom.groupId}</groupId> |
| 28 | <artifactId>org.apache.felix.framework</artifactId> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 29 | <scope>provided</scope> |
| 30 | </dependency> |
| 31 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 32 | |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 33 | <build> |
| 34 | <plugins> |
| 35 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 36 | <groupId>org.apache.felix</groupId> |
| 37 | <artifactId>maven-bundle-plugin</artifactId> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 38 | <extensions>true</extensions> |
| 39 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 40 | <instructions> |
| 41 | <Bundle-Name>MOSGi JMX rmiregistry</Bundle-Name> |
| 42 | <Bundle-Description>MOSGi JMX rmiregistry</Bundle-Description> |
| 43 | <Bundle-Activator>org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming.NamingService</Bundle-Activator> |
| 44 | <Export-Package>${pom.artifactId}.mx4j.tools.naming</Export-Package> |
| 45 | <DynamicImport-Package>*</DynamicImport-Package> |
| 46 | </instructions> |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 47 | </configuration> |
| 48 | </plugin> |
| 49 | </plugins> |
| 50 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 51 | |
Stephane Frenot | aaf13f8 | 2006-07-17 12:14:59 +0000 | [diff] [blame] | 52 | </project> |