Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 1 | <project> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 2 | <parent> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 3 | <artifactId>felix</artifactId> |
| 4 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 8e1e6f3 | 2006-03-09 20:37:02 +0000 | [diff] [blame] | 5 | <version>0.8.0-SNAPSHOT</version> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 6 | </parent> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 7 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | cc926d6 | 2005-11-01 02:30:27 +0000 | [diff] [blame] | 8 | <groupId>org.apache.felix.plugins</groupId> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 9 | <artifactId>maven-osgi-plugin</artifactId> |
| 10 | <packaging>maven-plugin</packaging> |
| 11 | <name>Maven OSGi Plugin</name> |
Alex Karasulu | 7251fce | 2006-03-08 19:23:14 +0000 | [diff] [blame] | 12 | |
| 13 | <repositories> |
| 14 | <!-- For snapshots (no release jars or non-apache jars) --> |
| 15 | <repository> |
| 16 | <id>apache.snapshots</id> |
| 17 | <name>Apache Snapshot Repository</name> |
| 18 | <url>http://cvs.apache.org/maven-snapshot-repository</url> |
| 19 | </repository> |
| 20 | </repositories> |
| 21 | |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 22 | <dependencies> |
| 23 | <dependency> |
| 24 | <groupId>org.apache.maven</groupId> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 25 | <artifactId>maven-plugin-api</artifactId> |
| 26 | <version>2.0</version> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.apache.maven</groupId> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 30 | <artifactId>maven-archiver</artifactId> |
| 31 | <version>2.0</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 32 | </dependency> |
| 33 | <dependency> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 34 | <groupId>org.codehaus.plexus</groupId> |
| 35 | <artifactId>plexus-utils</artifactId> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 36 | <version>1.1</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 39 | <groupId>org.apache.maven</groupId> |
| 40 | <artifactId>maven-artifact</artifactId> |
| 41 | <version>2.0</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 42 | </dependency> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 43 | </dependencies> |
| 44 | </project> |