Francesco Furfari | b39a5b6 | 2006-04-05 00:01:12 +0000 | [diff] [blame] | 1 | <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.bundlerepository</module>
|
| 19 | <module>org.apache.felix.daemon</module>
|
| 20 | <module>org.apache.felix.dependencymanager</module>
|
| 21 | <module>org.apache.felix.main</module>
|
| 22 | <module>org.apache.felix.examples.eventlistener</module>
|
| 23 | <module>org.apache.felix.examples.dictionaryservice</module>
|
| 24 | <module>org.apache.felix.examples.frenchdictionary</module>
|
| 25 | <module>org.apache.felix.examples.dictionaryclient</module>
|
| 26 | <module>org.apache.felix.examples.dictionaryclient2</module>
|
| 27 | <module>org.apache.felix.examples.spellcheckservice</module>
|
| 28 | <module>org.apache.felix.examples.spellcheckclient</module>
|
| 29 | <module>org.apache.felix.examples.spellcheckbinder</module>
|
| 30 | <module>org.apache.felix.servicebinder</module>
|
| 31 | <module>org.apache.felix.wireadmin</module>
|
| 32 | <module>org.apache.felix.upnp.extra</module>
|
| 33 | <!-- <module>org.apache.felix.upnp.basedriver</module> -->
|
| 34 | <module>org.apache.felix.upnp.tester</module>
|
| 35 | <module>org.apache.felix.upnp.sample.tv</module>
|
| 36 | </modules>
|
| 37 |
|
| 38 | <repositories>
|
| 39 | <!-- For snapshots (no release jars or non-apache jars) -->
|
| 40 | <repository>
|
| 41 | <id>apache.snapshots</id>
|
| 42 | <name>Apache Snapshot Repository</name>
|
| 43 | <url>http://cvs.apache.org/maven-snapshot-repository</url>
|
| 44 | </repository>
|
| 45 |
|
| 46 | <repository>
|
| 47 | <id>safehaus</id>
|
| 48 | <name>Alternate Repository for Missing Ibiblio Artifacts</name>
|
| 49 | <url>http://m2.safehaus.org</url>
|
| 50 | </repository>
|
| 51 | </repositories>
|
| 52 |
|
| 53 | <distributionManagement>
|
| 54 | <snapshotRepository>
|
| 55 | <name>Apache Snapshots</name>
|
| 56 | <id>apache.snapshots</id>
|
| 57 | <url>
|
| 58 | scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
|
| 59 | </url>
|
| 60 | </snapshotRepository>
|
| 61 | <repository>
|
| 62 | <name>ASF Mirrored M2 Distributions</name>
|
| 63 | <id>apache.distributions</id>
|
| 64 | <url>
|
| 65 | scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
|
| 66 | </url>
|
| 67 | </repository>
|
| 68 | </distributionManagement>
|
| 69 |
|
| 70 | <pluginRepositories>
|
| 71 | <pluginRepository>
|
| 72 | <id>apache.snapshots</id>
|
| 73 | <name>snapshot plugins</name>
|
| 74 | <url>
|
| 75 | http://cvs.apache.org/maven-snapshot-repository
|
| 76 | </url>
|
| 77 | </pluginRepository>
|
| 78 | </pluginRepositories>
|
| 79 |
|
| 80 | </project>
|