blob: 600d0fe08e51f7ff13877e49ecd133db2eeabbbc [file] [log] [blame]
Alex Karasulu07d20492006-03-06 15:35:44 +00001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
5 <packaging>pom</packaging>
6 <name>Apache Felix (parent)</name>
7 <version>0.8-SNAPSHOT</version>
8 <modules>
9 <module>javax.servlet</module>
10 <module>tools/maven2/maven-osgi-plugin</module>
11 <module>org.osgi</module>
12 <module>org.apache.felix.framework</module>
13 <module>org.apache.felix.shell</module>
14 <module>org.apache.felix.shell.tui</module>
15 <module>org.apache.felix.daemon</module>
16 <module>org.apache.felix.main</module>
17 </modules>
18
19 <repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000020 <!-- For snapshots (no release jars or non-apache jars) -->
21 <repository>
22 <id>apache.snapshots</id>
23 <name>Apache Snapshot Repository</name>
24 <url>http://cvs.apache.org/maven-snapshot-repository</url>
25 </repository>
26
Alex Karasulu07d20492006-03-06 15:35:44 +000027 <repository>
28 <id>safehaus</id>
29 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
30 <url>http://m2.safehaus.org</url>
31 </repository>
32 </repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000033
34 <distributionManagement>
35 <snapshotRepository>
36 <id>apache.snapshots</id>
37 <url>
38 scpexe://apache.org/www/cvs.apache.org/maven-snapshot-repository
39 </url>
40 </snapshotRepository>
41 <repository>
42 <name>ASF Mirrored M2 Distributions</name>
43 <id>apache.snapshots</id>
44 <url>
45 scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository
46 </url>
47 </repository>
48 </distributionManagement>
49
50 <pluginRepositories>
51 <pluginRepository>
52 <id>apache.snapshots</id>
53 <name>snapshot plugins</name>
54 <url>
55 scpexe://apache.org/www/cvs.apache.org/maven-snapshot-repository
56 </url>
57 </pluginRepository>
58 </pluginRepositories>
59
Alex Karasulu07d20492006-03-06 15:35:44 +000060</project>