Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 3 | <parent> |
| 4 | <groupId>org.apache.felix</groupId> |
| 5 | <artifactId>felix</artifactId> |
| 6 | <version>0.8.0-SNAPSHOT</version> |
| 7 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 8 | |
| 9 | <properties> |
| 10 | <felix.version>0.8.0-SNAPSHOT</felix.version> |
| 11 | <mosgi.jmx.agent.version>0.9.0-SNAPSHOT</mosgi.jmx.agent.version> |
| 12 | <mosgi.jmx.registry.version>0.9.0-SNAPSHOT</mosgi.jmx.registry.version> |
| 13 | </properties> |
| 14 | |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | <packaging>osgi-bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 17 | <name>Apache Felix MOSGi JMX rmiconnector</name> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 18 | <artifactId>org.apache.felix.mosgi.jmx.rmiconnector</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 19 | <version>0.9.0-SNAPSHOT</version> |
| 20 | |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>${pom.groupId}</groupId> |
| 24 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 25 | <version>${felix.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 26 | <scope>provided</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>${pom.groupId}</groupId> |
| 30 | <artifactId>org.osgi.compendium</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 31 | <version>${felix.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 32 | <scope>provided</scope> |
| 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>${pom.groupId}</groupId> |
| 36 | <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 37 | <version>${mosgi.jmx.agent.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 38 | <scope>provided</scope> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>${pom.groupId}</groupId> |
| 42 | <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 43 | <version>${mosgi.jmx.registry.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 44 | <scope>provided</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>${pom.groupId}</groupId> |
| 48 | <artifactId>org.apache.felix.framework</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 49 | <version>${felix.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 50 | <scope>provided</scope> |
| 51 | </dependency> |
| 52 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 53 | |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 54 | <build> |
| 55 | <plugins> |
| 56 | <plugin> |
| 57 | <groupId>org.apache.felix.plugins</groupId> |
| 58 | <artifactId>maven-osgi-plugin</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 59 | <version>${felix.version}</version> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 60 | <extensions>true</extensions> |
| 61 | <configuration> |
| 62 | <osgiManifest> |
| 63 | <bundleName>MOSGi JMX-MX4J RMI Connector</bundleName> |
| 64 | <bundleDescription>MOSGi JMX-MX4J RMI Connector</bundleDescription> |
| 65 | <bundleActivator>auto-detect</bundleActivator> |
| 66 | <bundleDocUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/</bundleDocUrl> |
| 67 | <bundleUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</bundleUrl> |
| 68 | <bundleSource>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</bundleSource> |
| 69 | <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName> |
| 70 | <exportPackage> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 71 | org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.provider.rmi;specification-version="1.0.0" |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 72 | </exportPackage> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 73 | <importPackage> |
| 74 | org.osgi.service.log;specification-version="1.0.0", |
| 75 | org.osgi.framework;specification-version="1.0.0", |
| 76 | org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming;specification-version="1.0.0", |
| 77 | org.apache.felix.mosgi.jmx.agent.mx4j.util;specification-version="1.0.0", |
| 78 | javax.management;specification-version="1.0.0", |
| 79 | javax.management.loading;specification-version="1.0.0", |
| 80 | javax.management.remote;specification-version="1.0.0", |
| 81 | javax.management.remote.rmi;specification-version="1.0.0", |
| 82 | javax.naming;specification-version="1.0.0", |
| 83 | javax.security.auth;specification-version="1.0.0" |
| 84 | </importPackage> |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 85 | </osgiManifest> |
| 86 | </configuration> |
| 87 | </plugin> |
| 88 | </plugins> |
| 89 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 90 | |
Stephane Frenot | 410b1f6 | 2006-07-20 09:35:19 +0000 | [diff] [blame] | 91 | </project> |