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>
|
Richard S. Hall | 218203d | 2006-04-05 14:24:19 +0000 | [diff] [blame] | 18 | <module>org.apache.felix.shell.gui.plugin</module>
|
Francesco Furfari | b39a5b6 | 2006-04-05 00:01:12 +0000 | [diff] [blame] | 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>
|
Stefano Lenzi | 497d0ac | 2006-04-07 09:16:10 +0000 | [diff] [blame] | 34 | <module>org.apache.felix.upnp.basedriver</module>
|
Francesco Furfari | d91448d | 2006-04-05 17:25:42 +0000 | [diff] [blame] | 35 | <module>org.apache.felix.upnp.tester</module>
|
Francesco Furfari | b39a5b6 | 2006-04-05 00:01:12 +0000 | [diff] [blame] | 36 | <module>org.apache.felix.upnp.sample.tv</module>
|
Francesco Furfari | 9969134 | 2006-05-03 07:51:49 +0000 | [diff] [blame] | 37 | <module>org.apache.felix.upnp.sample.clock</module>
|
| 38 | <module>org.apache.felix.upnp.sample.binaryLight</module>
|
Richard S. Hall | d8dfb8c | 2006-04-19 15:24:08 +0000 | [diff] [blame] | 39 | <module>org.apache.felix.http.jetty</module>
|
Humberto Cervantes Maceda | a3664ba | 2006-04-21 16:34:36 +0000 | [diff] [blame] | 40 | <module>org.apache.felix.scr</module>
|
Karl Pauls | 9176193 | 2006-04-28 11:12:54 +0000 | [diff] [blame] | 41 | <module>org.apache.felix.eventadmin</module>
|
Francesco Furfari | b39a5b6 | 2006-04-05 00:01:12 +0000 | [diff] [blame] | 42 | </modules>
|
| 43 |
|
| 44 | <repositories>
|
| 45 | <!-- For snapshots (no release jars or non-apache jars) -->
|
| 46 | <repository>
|
| 47 | <id>apache.snapshots</id>
|
| 48 | <name>Apache Snapshot Repository</name>
|
| 49 | <url>http://cvs.apache.org/maven-snapshot-repository</url>
|
| 50 | </repository>
|
| 51 |
|
| 52 | <repository>
|
| 53 | <id>safehaus</id>
|
| 54 | <name>Alternate Repository for Missing Ibiblio Artifacts</name>
|
| 55 | <url>http://m2.safehaus.org</url>
|
| 56 | </repository>
|
| 57 | </repositories>
|
| 58 |
|
| 59 | <distributionManagement>
|
| 60 | <snapshotRepository>
|
| 61 | <name>Apache Snapshots</name>
|
| 62 | <id>apache.snapshots</id>
|
| 63 | <url>
|
| 64 | scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
|
| 65 | </url>
|
| 66 | </snapshotRepository>
|
| 67 | <repository>
|
| 68 | <name>ASF Mirrored M2 Distributions</name>
|
| 69 | <id>apache.distributions</id>
|
| 70 | <url>
|
| 71 | scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
|
| 72 | </url>
|
| 73 | </repository>
|
| 74 | </distributionManagement>
|
| 75 |
|
| 76 | <pluginRepositories>
|
| 77 | <pluginRepository>
|
| 78 | <id>apache.snapshots</id>
|
| 79 | <name>snapshot plugins</name>
|
| 80 | <url>
|
| 81 | http://cvs.apache.org/maven-snapshot-repository
|
| 82 | </url>
|
| 83 | </pluginRepository>
|
| 84 | </pluginRepositories>
|
| 85 |
|
| 86 | </project>
|