blob: 34d664ec616fbf06c80d3829a9c88c74c6cf6182 [file] [log] [blame]
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00001<project>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +00002 <parent>
3 <artifactId>maven-plugin-parent</artifactId>
4 <groupId>org.apache.maven.plugins</groupId>
5 <version>2.0</version>
6 </parent>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00007 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguezcc926d62005-11-01 02:30:27 +00008 <groupId>org.apache.felix.plugins</groupId>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00009 <artifactId>maven-osgi-plugin</artifactId>
10 <packaging>maven-plugin</packaging>
11 <name>Maven OSGi Plugin</name>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000012 <version>0.3.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000013 <dependencies>
14 <dependency>
15 <groupId>org.apache.maven</groupId>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000016 <artifactId>maven-archiver</artifactId>
17 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000018 </dependency>
19 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000020 <groupId>org.codehaus.plexus</groupId>
21 <artifactId>plexus-utils</artifactId>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000022 </dependency>
23 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000024 <groupId>org.apache.maven</groupId>
25 <artifactId>maven-artifact</artifactId>
26 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000027 </dependency>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000028 </dependencies>
29</project>