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> |
Trustin Lee | e8c786e | 2006-08-10 00:46:12 +0000 | [diff] [blame] | 18 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
Alex Karasulu | 7251fce | 2006-03-08 19:23:14 +0000 | [diff] [blame] | 19 | </repository> |
| 20 | </repositories> |
| 21 | |
Trustin Lee | e8c786e | 2006-08-10 00:46:12 +0000 | [diff] [blame] | 22 | <pluginRepositories> |
| 23 | <pluginRepository> |
| 24 | <id>snapshots</id> |
| 25 | <name>snapshot plugins</name> |
| 26 | <url>http://snapshots.maven.codehaus.org/maven2</url> |
| 27 | </pluginRepository> |
| 28 | <pluginRepository> |
| 29 | <id>apache.snapshots</id> |
| 30 | <name>Apache Snapshot Plugins</name> |
| 31 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| 32 | </pluginRepository> |
| 33 | </pluginRepositories> |
| 34 | |
| 35 | <distributionManagement> |
| 36 | <snapshotRepository> |
| 37 | <id>apache.snapshots</id> |
| 38 | <url> |
| 39 | scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository |
| 40 | </url> |
| 41 | </snapshotRepository> |
| 42 | <repository> |
| 43 | <name>ASF Mirrored M2 Distributions</name> |
| 44 | <id>apache.snapshots</id> |
| 45 | <url> |
| 46 | scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository |
| 47 | </url> |
| 48 | </repository> |
| 49 | |
| 50 | </distributionManagement> |
| 51 | |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>org.apache.maven</groupId> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 55 | <artifactId>maven-plugin-api</artifactId> |
| 56 | <version>2.0</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.apache.maven</groupId> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 60 | <artifactId>maven-archiver</artifactId> |
| 61 | <version>2.0</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 64 | <groupId>org.codehaus.plexus</groupId> |
| 65 | <artifactId>plexus-utils</artifactId> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 66 | <version>1.1</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
Michael E. Rodriguez | 634d1a3 | 2005-11-01 02:18:06 +0000 | [diff] [blame] | 69 | <groupId>org.apache.maven</groupId> |
| 70 | <artifactId>maven-artifact</artifactId> |
| 71 | <version>2.0</version> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 72 | </dependency> |
Timothy Bennett | a7d67fe | 2005-08-23 04:22:29 +0000 | [diff] [blame] | 73 | </dependencies> |
| 74 | </project> |