Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +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> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame^] | 7 | <relativePath>../../pom/pom.xml</relativePath> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 8 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 9 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 10 | <modelVersion>4.0.0</modelVersion> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 11 | <packaging>bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 12 | <name>Apache Felix MOSGi JMX MBean for obr interaction</name> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 13 | <artifactId>org.apache.felix.mosgi.managedelements.memoryprobe</artifactId> |
Stephane Frenot | 0afc763 | 2006-12-22 10:45:14 +0000 | [diff] [blame] | 14 | <version>0.9.0-incubator-SNAPSHOT</version> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 15 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 16 | <dependencies> |
| 17 | <dependency> |
| 18 | <groupId>${pom.groupId}</groupId> |
| 19 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 20 | <scope>provided</scope> |
| 21 | </dependency> |
| 22 | <dependency> |
| 23 | <groupId>${pom.groupId}</groupId> |
| 24 | <artifactId>org.osgi.compendium</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 25 | <scope>provided</scope> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>${pom.groupId}</groupId> |
| 29 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 30 | <scope>provided</scope> |
| 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>${pom.groupId}</groupId> |
| 34 | <artifactId>org.apache.felix.framework</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 35 | <scope>provided</scope> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>${pom.groupId}</groupId> |
| 39 | <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 40 | <scope>provided</scope> |
| 41 | </dependency> |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 42 | <dependency> |
| 43 | <groupId>mx4j</groupId> |
| 44 | <artifactId>mx4j-jmx</artifactId> |
| 45 | <version>3.0.1</version> |
| 46 | <scope>provided</scope> |
| 47 | </dependency> |
| 48 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 49 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 50 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 51 | <build> |
| 52 | <plugins> |
| 53 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 54 | <groupId>org.apache.felix</groupId> |
| 55 | <artifactId>maven-bundle-plugin</artifactId> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 56 | <extensions>true</extensions> |
| 57 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 58 | <instructions> |
| 59 | <Bundle-Name>MOSGi JMX MBean for memory supervision</Bundle-Name> |
| 60 | <Bundle-Description>MOSGi JMX MBean for memory supervision</Bundle-Description> |
| 61 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
| 62 | <Bundle-Activator>org.apache.felix.mosgi.managedelements.memoryprobe.MemoryProbe</Bundle-Activator> |
| 63 | <Private-Package>${pom.artifactId}</Private-Package> |
| 64 | </instructions> |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 65 | </configuration> |
| 66 | </plugin> |
| 67 | </plugins> |
| 68 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 69 | |
Stephane Frenot | d8b7268 | 2006-08-31 13:31:05 +0000 | [diff] [blame] | 70 | </project> |