blob: 8cd900e4462cc3c93c6f2555da5398c2cd39e38b [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>
Richard S. Hall8e1e6f32006-03-09 20:37:02 +00007 <version>0.8.0-SNAPSHOT</version>
Alex Karasulu07d20492006-03-06 15:35:44 +00008 <modules>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +00009 <!-- <module>javax.servlet</module> -->
Alex Karasulu07d20492006-03-06 15:35:44 +000010 <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>
Alex Karasulu7760dda2006-03-07 04:51:43 +000017 <module>org.apache.felix.examples.eventlistener</module>
Alex Karasulu00ab8022006-03-07 05:18:57 +000018 <module>org.apache.felix.examples.dictionaryservice</module>
Alex Karasuluaf4ffa12006-03-07 06:07:36 +000019 <module>org.apache.felix.examples.frenchdictionary</module>
Alex Karasulu0e678d62006-03-07 06:35:08 +000020 <module>org.apache.felix.examples.dictionaryclient</module>
Alex Karasulufc4f3232006-03-07 08:05:43 +000021 <module>org.apache.felix.examples.dictionaryclient2</module>
Alex Karasulue4def9f2006-03-07 16:50:26 +000022 <module>org.apache.felix.examples.spellcheckservice</module>
Alex Karasulue2412e32006-03-07 19:42:27 +000023 <module>org.apache.felix.examples.spellcheckclient</module>
Alex Karasulu0e19f7d2006-03-07 20:02:31 +000024 <module>org.apache.felix.examples.spellcheckbinder</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000025 </modules>
26
27 <repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000028 <!-- For snapshots (no release jars or non-apache jars) -->
29 <repository>
30 <id>apache.snapshots</id>
31 <name>Apache Snapshot Repository</name>
32 <url>http://cvs.apache.org/maven-snapshot-repository</url>
33 </repository>
34
Alex Karasulu07d20492006-03-06 15:35:44 +000035 <repository>
36 <id>safehaus</id>
37 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
38 <url>http://m2.safehaus.org</url>
39 </repository>
40 </repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000041
42 <distributionManagement>
43 <snapshotRepository>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000044 <name>Apache Snapshots</name>
Alex Karasulubfd99962006-03-07 02:35:38 +000045 <id>apache.snapshots</id>
46 <url>
47 scpexe://apache.org/www/cvs.apache.org/maven-snapshot-repository
48 </url>
49 </snapshotRepository>
50 <repository>
51 <name>ASF Mirrored M2 Distributions</name>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000052 <id>apache.distributions</id>
Alex Karasulubfd99962006-03-07 02:35:38 +000053 <url>
54 scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository
55 </url>
56 </repository>
57 </distributionManagement>
58
59 <pluginRepositories>
60 <pluginRepository>
61 <id>apache.snapshots</id>
62 <name>snapshot plugins</name>
63 <url>
Alex Karasulu7760dda2006-03-07 04:51:43 +000064 http://cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000065 </url>
66 </pluginRepository>
67 </pluginRepositories>
68
Alex Karasulu07d20492006-03-06 15:35:44 +000069</project>