Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +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 | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 7 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 8 | |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +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 Console GUI component</name> |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 12 | <artifactId>org.apache.felix.mosgi.console.component</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 | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>${pom.groupId}</groupId> |
| 18 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 19 | <scope>provided</scope> |
| 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>${pom.groupId}</groupId> |
| 23 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 24 | <scope>provided</scope> |
| 25 | </dependency> |
| 26 | </dependencies> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 27 | |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 28 | <build> |
| 29 | <plugins> |
| 30 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 31 | <groupId>org.apache.felix</groupId> |
| 32 | <artifactId>maven-bundle-plugin</artifactId> |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 33 | <extensions>true</extensions> |
| 34 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 35 | <instructions> |
| 36 | <Bundle-Name>MOSGi JMX Console main GUI component</Bundle-Name> |
| 37 | <Bundle-Description>MOSGi JMX Console main GUI component</Bundle-Description> |
| 38 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
| 39 | <Bundle-Activator>org.apache.felix.mosgi.console.component.Activator</Bundle-Activator> |
| 40 | <Private-Package>${pom.artifactId}</Private-Package> |
| 41 | |
| 42 | </instructions> |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 43 | </configuration> |
| 44 | </plugin> |
| 45 | </plugins> |
| 46 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 47 | |
Stephane Frenot | a4365ab | 2006-07-21 11:31:50 +0000 | [diff] [blame] | 48 | </project> |