blob: 49b4ec78982043201683ee3d8685025d3a7f7dc0 [file] [log] [blame]
Karl Pauls552f5b82006-05-14 15:20:37 +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.0-SNAPSHOT</version>
8 <modules>
9 <!-- <module>javax.servlet</module> -->
10 <module>tools/maven2/maven-osgi-plugin</module>
11 <module>javax.servlet</module>
12 <module>org.osgi.core</module>
13 <module>org.osgi.compendium</module>
14 <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.shell.gui</module>
18 <module>org.apache.felix.shell.gui.plugin</module>
19 <module>org.apache.felix.bundlerepository</module>
20 <module>org.apache.felix.daemon</module>
21 <module>org.apache.felix.dependencymanager</module>
22 <module>org.apache.felix.main</module>
23 <module>org.apache.felix.examples.eventlistener</module>
24 <module>org.apache.felix.examples.dictionaryservice</module>
25 <module>org.apache.felix.examples.frenchdictionary</module>
26 <module>org.apache.felix.examples.dictionaryclient</module>
27 <module>org.apache.felix.examples.dictionaryclient2</module>
28 <module>org.apache.felix.examples.spellcheckservice</module>
29 <module>org.apache.felix.examples.spellcheckclient</module>
30 <module>org.apache.felix.examples.spellcheckbinder</module>
31 <module>org.apache.felix.servicebinder</module>
32 <module>org.apache.felix.wireadmin</module>
33 <module>org.apache.felix.upnp.extra</module>
34 <module>org.apache.felix.upnp.basedriver</module>
35 <module>org.apache.felix.upnp.tester</module>
36 <module>org.apache.felix.upnp.sample.tv</module>
37 <module>org.apache.felix.upnp.sample.clock</module>
38 <module>org.apache.felix.upnp.sample.binaryLight</module>
39 <module>org.apache.felix.http.jetty</module>
40 <module>org.apache.felix.scr</module>
41 <module>org.apache.felix.eventadmin</module>
42 <module>org.apache.felix.eventadmin.bridge.upnp</module>
Karl Pauls44c6faf2006-06-24 15:08:27 +000043 <module>org.apache.felix.eventadmin.bridge.configuration</module>
44 <module>org.apache.felix.eventadmin.bridge.useradmin</module>
45 <module>org.apache.felix.eventadmin.bridge.wireadmin</module>
Karl Pauls552f5b82006-05-14 15:20:37 +000046 </modules>
47
48 <repositories>
49 <!-- For snapshots (no release jars or non-apache jars) -->
50 <repository>
51 <id>apache.snapshots</id>
52 <name>Apache Snapshot Repository</name>
53 <url>http://cvs.apache.org/maven-snapshot-repository</url>
54 </repository>
55
56 <repository>
57 <id>safehaus</id>
58 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
59 <url>http://m2.safehaus.org</url>
60 </repository>
61 </repositories>
62
63 <distributionManagement>
64 <snapshotRepository>
65 <name>Apache Snapshots</name>
66 <id>apache.snapshots</id>
67 <url>
68 scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
69 </url>
70 </snapshotRepository>
71 <repository>
72 <name>ASF Mirrored M2 Distributions</name>
73 <id>apache.distributions</id>
74 <url>
75 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
76 </url>
77 </repository>
78 </distributionManagement>
79
80 <pluginRepositories>
81 <pluginRepository>
82 <id>apache.snapshots</id>
83 <name>snapshot plugins</name>
84 <url>
85 http://cvs.apache.org/maven-snapshot-repository
86 </url>
87 </pluginRepository>
88 </pluginRepositories>
89
90</project>