Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 2 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +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 | </properties> |
| 12 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 13 | <modelVersion>4.0.0</modelVersion> |
| 14 | <packaging>osgi-bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 15 | <name>Apache Felix MOSGi JMX Console Interface</name> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 16 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 17 | <version>0.9.0-SNAPSHOT</version> |
| 18 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>${pom.groupId}</groupId> |
| 22 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 23 | <version>${felix.version}</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 24 | <scope>provided</scope> |
| 25 | </dependency> |
| 26 | <dependency> |
| 27 | <groupId>${pom.groupId}</groupId> |
| 28 | <artifactId>org.osgi.compendium</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 29 | <version>${felix.version}</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 30 | <scope>provided</scope> |
| 31 | </dependency> |
| 32 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 33 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 34 | <build> |
| 35 | <plugins> |
| 36 | <plugin> |
| 37 | <groupId>org.apache.felix.plugins</groupId> |
| 38 | <artifactId>maven-osgi-plugin</artifactId> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 39 | <version>${felix.version}</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 40 | <extensions>true</extensions> |
| 41 | <configuration> |
| 42 | <osgiManifest> |
| 43 | <bundleName>MOSGi JMX Console Ifc</bundleName> |
| 44 | <bundleDescription>MOSGi JMX Console Ifc</bundleDescription> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 45 | <bundleDocUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/</bundleDocUrl> |
| 46 | <bundleUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</bundleUrl> |
| 47 | <bundleSource>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</bundleSource> |
| 48 | <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName> |
| 49 | <exportPackage> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 50 | ${pom.artifactId};specification-version="1.0.0" |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 51 | </exportPackage> |
| 52 | </osgiManifest> |
| 53 | </configuration> |
| 54 | </plugin> |
| 55 | </plugins> |
| 56 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame^] | 57 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 58 | </project> |