blob: a0e17d6fad046a3a77c2453e677222236d82d0c9 [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>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +000011 <module>javax.servlet</module>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000012 <module>org.osgi.core</module>
13 <module>org.osgi.compendium</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000014 <module>org.apache.felix.framework</module>
15 <module>org.apache.felix.shell</module>
16 <module>org.apache.felix.shell.tui</module>
17 <module>org.apache.felix.daemon</module>
Marcel Offermans303a0732006-03-25 21:50:36 +000018 <module>org.apache.felix.dependencymanager</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000019 <module>org.apache.felix.main</module>
Alex Karasulu7760dda2006-03-07 04:51:43 +000020 <module>org.apache.felix.examples.eventlistener</module>
Alex Karasulu00ab8022006-03-07 05:18:57 +000021 <module>org.apache.felix.examples.dictionaryservice</module>
Alex Karasuluaf4ffa12006-03-07 06:07:36 +000022 <module>org.apache.felix.examples.frenchdictionary</module>
Alex Karasulu0e678d62006-03-07 06:35:08 +000023 <module>org.apache.felix.examples.dictionaryclient</module>
Alex Karasulufc4f3232006-03-07 08:05:43 +000024 <module>org.apache.felix.examples.dictionaryclient2</module>
Alex Karasulue4def9f2006-03-07 16:50:26 +000025 <module>org.apache.felix.examples.spellcheckservice</module>
Alex Karasulue2412e32006-03-07 19:42:27 +000026 <module>org.apache.felix.examples.spellcheckclient</module>
Alex Karasulu0e19f7d2006-03-07 20:02:31 +000027 <module>org.apache.felix.examples.spellcheckbinder</module>
Michael E. Rodrigueza625c1b2006-03-25 21:39:32 +000028 <module>org.apache.felix.servicebinder</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000029 </modules>
30
31 <repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000032 <!-- For snapshots (no release jars or non-apache jars) -->
33 <repository>
34 <id>apache.snapshots</id>
35 <name>Apache Snapshot Repository</name>
36 <url>http://cvs.apache.org/maven-snapshot-repository</url>
37 </repository>
38
Alex Karasulu07d20492006-03-06 15:35:44 +000039 <repository>
40 <id>safehaus</id>
41 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
42 <url>http://m2.safehaus.org</url>
43 </repository>
44 </repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000045
46 <distributionManagement>
47 <snapshotRepository>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000048 <name>Apache Snapshots</name>
Alex Karasulubfd99962006-03-07 02:35:38 +000049 <id>apache.snapshots</id>
50 <url>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000051 scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000052 </url>
53 </snapshotRepository>
54 <repository>
55 <name>ASF Mirrored M2 Distributions</name>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000056 <id>apache.distributions</id>
Alex Karasulubfd99962006-03-07 02:35:38 +000057 <url>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000058 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000059 </url>
60 </repository>
61 </distributionManagement>
62
63 <pluginRepositories>
64 <pluginRepository>
65 <id>apache.snapshots</id>
66 <name>snapshot plugins</name>
67 <url>
Alex Karasulu7760dda2006-03-07 04:51:43 +000068 http://cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000069 </url>
70 </pluginRepository>
71 </pluginRepositories>
72
Alex Karasulu07d20492006-03-06 15:35:44 +000073</project>