blob: ba3337185a179bcba76b6e945f88a3617a0b81dc [file] [log] [blame]
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00001<project>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +00002 <parent>
Alex Karasulubfd99962006-03-07 02:35:38 +00003 <artifactId>felix</artifactId>
4 <groupId>org.apache.felix</groupId>
Richard S. Hall8e1e6f32006-03-09 20:37:02 +00005 <version>0.8.0-SNAPSHOT</version>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +00006 </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>
Alex Karasulu7251fce2006-03-08 19:23:14 +000012
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 Leee8c786e2006-08-10 00:46:12 +000018 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
Alex Karasulu7251fce2006-03-08 19:23:14 +000019 </repository>
20 </repositories>
21
Trustin Leee8c786e2006-08-10 00:46:12 +000022 <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 Bennetta7d67fe2005-08-23 04:22:29 +000052 <dependencies>
53 <dependency>
54 <groupId>org.apache.maven</groupId>
Alex Karasulubfd99962006-03-07 02:35:38 +000055 <artifactId>maven-plugin-api</artifactId>
56 <version>2.0</version>
57 </dependency>
58 <dependency>
59 <groupId>org.apache.maven</groupId>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000060 <artifactId>maven-archiver</artifactId>
61 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000062 </dependency>
63 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000064 <groupId>org.codehaus.plexus</groupId>
65 <artifactId>plexus-utils</artifactId>
Alex Karasulubfd99962006-03-07 02:35:38 +000066 <version>1.1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000067 </dependency>
68 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000069 <groupId>org.apache.maven</groupId>
70 <artifactId>maven-artifact</artifactId>
71 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000072 </dependency>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000073 </dependencies>
74</project>