blob: 6dc85b4852dccd9e1dd4e9d2b70e7b91acda8222 [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>
Richard S. Hall308c71e2006-04-04 12:42:45 +000017 <module>org.apache.felix.shell.gui</module>
Richard S. Hall650a36a2006-04-04 13:20:27 +000018 <module>org.apache.felix.bundlerepository</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000019 <module>org.apache.felix.daemon</module>
Marcel Offermans303a0732006-03-25 21:50:36 +000020 <module>org.apache.felix.dependencymanager</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000021 <module>org.apache.felix.main</module>
Alex Karasulu7760dda2006-03-07 04:51:43 +000022 <module>org.apache.felix.examples.eventlistener</module>
Alex Karasulu00ab8022006-03-07 05:18:57 +000023 <module>org.apache.felix.examples.dictionaryservice</module>
Alex Karasuluaf4ffa12006-03-07 06:07:36 +000024 <module>org.apache.felix.examples.frenchdictionary</module>
Alex Karasulu0e678d62006-03-07 06:35:08 +000025 <module>org.apache.felix.examples.dictionaryclient</module>
Alex Karasulufc4f3232006-03-07 08:05:43 +000026 <module>org.apache.felix.examples.dictionaryclient2</module>
Alex Karasulue4def9f2006-03-07 16:50:26 +000027 <module>org.apache.felix.examples.spellcheckservice</module>
Alex Karasulue2412e32006-03-07 19:42:27 +000028 <module>org.apache.felix.examples.spellcheckclient</module>
Alex Karasulu0e19f7d2006-03-07 20:02:31 +000029 <module>org.apache.felix.examples.spellcheckbinder</module>
Michael E. Rodrigueza625c1b2006-03-25 21:39:32 +000030 <module>org.apache.felix.servicebinder</module>
Humberto Cervantes Macedab4ac5622006-04-04 16:14:28 +000031 <module>org.apache.felix.wireadmin</module>
Alex Karasulu07d20492006-03-06 15:35:44 +000032 </modules>
33
34 <repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000035 <!-- For snapshots (no release jars or non-apache jars) -->
36 <repository>
37 <id>apache.snapshots</id>
38 <name>Apache Snapshot Repository</name>
39 <url>http://cvs.apache.org/maven-snapshot-repository</url>
40 </repository>
41
Alex Karasulu07d20492006-03-06 15:35:44 +000042 <repository>
43 <id>safehaus</id>
44 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
45 <url>http://m2.safehaus.org</url>
46 </repository>
47 </repositories>
Alex Karasulubfd99962006-03-07 02:35:38 +000048
49 <distributionManagement>
50 <snapshotRepository>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000051 <name>Apache Snapshots</name>
Alex Karasulubfd99962006-03-07 02:35:38 +000052 <id>apache.snapshots</id>
53 <url>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000054 scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000055 </url>
56 </snapshotRepository>
57 <repository>
58 <name>ASF Mirrored M2 Distributions</name>
Alex Karasulu5cfd2a02006-03-09 14:15:38 +000059 <id>apache.distributions</id>
Alex Karasulubfd99962006-03-07 02:35:38 +000060 <url>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000061 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000062 </url>
63 </repository>
64 </distributionManagement>
65
66 <pluginRepositories>
67 <pluginRepository>
68 <id>apache.snapshots</id>
69 <name>snapshot plugins</name>
70 <url>
Alex Karasulu7760dda2006-03-07 04:51:43 +000071 http://cvs.apache.org/maven-snapshot-repository
Alex Karasulubfd99962006-03-07 02:35:38 +000072 </url>
73 </pluginRepository>
74 </pluginRepositories>
75
Alex Karasulu07d20492006-03-06 15:35:44 +000076</project>