blob: b89aebb872b42d70b5584827c4a45caa8db8e05b [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>
Michael E. Rodrigueza625c1b2006-03-25 21:39:32 +000025 <module>org.apache.felix.servicebinder</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000026 </modules>
27
28 <repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000029 <!-- For snapshots (no release jars or non-apache jars) -->
30 <repository>
31 <id>apache.snapshots</id>
32 <name>Apache Snapshot Repository</name>
33 <url>http://cvs.apache.org/maven-snapshot-repository</url>
34 </repository>
35
Alex Karasulu07d20492006-03-06 15:35:44 +000036 <repository>
37 <id>safehaus</id>
38 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
39 <url>http://m2.safehaus.org</url>
40 </repository>
41 </repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000042
43 <distributionManagement>
44 <snapshotRepository>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000045 <name>Apache Snapshots</name>
Alex Karasulubfd99962006-03-07 02:35:38 +000046 <id>apache.snapshots</id>
47 <url>
48 scpexe://apache.org/www/cvs.apache.org/maven-snapshot-repository
49 </url>
50 </snapshotRepository>
51 <repository>
52 <name>ASF Mirrored M2 Distributions</name>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000053 <id>apache.distributions</id>
Alex Karasulubfd99962006-03-07 02:35:38 +000054 <url>
55 scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository
56 </url>
57 </repository>
58 </distributionManagement>
59
60 <pluginRepositories>
61 <pluginRepository>
62 <id>apache.snapshots</id>
63 <name>snapshot plugins</name>
64 <url>
Alex Karasulu7760dda2006-03-07 04:51:43 +000065 http://cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000066 </url>
67 </pluginRepository>
68 </pluginRepositories>
69
Alex Karasulu07d20492006-03-06 15:35:44 +000070</project>