Karl Pauls | d69e8af | 2006-08-12 09:51:20 +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> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 6 | <name>Apache Felix</name> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 7 | <version>0.8.0-SNAPSHOT</version> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 8 | <url>http://incubator.apache.org/felix/</url> |
| 9 | <description>Apache felix is an OSGi implementation.</description> |
| 10 | |
| 11 | <issueManagement> |
| 12 | <system>Jira</system> |
| 13 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
| 14 | </issueManagement> |
| 15 | |
| 16 | <mailingLists> |
| 17 | <mailingList> |
| 18 | <name>Felix Dev</name> |
| 19 | <subscribe>felix-dev-subscribe@incubator.apache.org</subscribe> |
| 20 | <unsubscribe>felix-dev-unsubscribe@incubator.apache.org</unsubscribe> |
| 21 | <post>-</post> |
| 22 | <archive>http://www.mail-archive.com/felix-dev%40incubator.apache.org/</archive> |
| 23 | </mailingList> |
| 24 | <mailingList> |
| 25 | <name>Felix Commits</name> |
| 26 | <subscribe>felix-commits-subscribe@incubator.apache.org</subscribe> |
| 27 | <unsubscribe>felix-commits-unsubscribe@incubator.apache.org</unsubscribe> |
| 28 | <post>-</post> |
| 29 | <archive>http://www.mail-archive.com/felix-commits%40incubator.apache.org/</archive> |
| 30 | </mailingList> |
| 31 | </mailingLists> |
| 32 | |
| 33 | <licenses> |
| 34 | <license> |
| 35 | <name>The Apache Software License, Version 2.0</name> |
| 36 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 37 | <distribution>repo</distribution> |
| 38 | </license> |
| 39 | </licenses> |
| 40 | |
| 41 | <scm> |
| 42 | <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</connection> |
| 43 | <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</developerConnection> |
| 44 | <url>http://cvs.apache.org/viewcvs.cgi/incubator/felix/?root=Apache-SVN</url> |
| 45 | </scm> |
| 46 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 47 | <modules> |
| 48 | <module>tools/maven2/maven-osgi-plugin</module> |
| 49 | <module>javax.servlet</module> |
| 50 | <module>org.osgi.core</module> |
| 51 | <module>org.osgi.compendium</module> |
| 52 | <module>framework</module> |
| 53 | <module>shell</module> |
| 54 | <module>shell.tui</module> |
| 55 | <module>shell.gui</module> |
| 56 | <module>shell.gui.plugin</module> |
| 57 | <module>bundlerepository</module> |
| 58 | <module>org.apache.felix.daemon</module> |
| 59 | <module>org.apache.felix.dependencymanager</module> |
| 60 | <module>main</module> |
| 61 | |
| 62 | <module>examples</module> |
| 63 | |
| 64 | <module>servicebinder</module> |
| 65 | <module>wireadmin</module> |
| 66 | <module>upnp.extra</module> |
| 67 | <module>upnp.basedriver</module> |
| 68 | <module>upnp.tester</module> |
| 69 | <module>upnp.sample.tv</module> |
| 70 | <module>upnp.sample.clock</module> |
| 71 | <module>upnp.sample.binaryLight</module> |
| 72 | <module>http.jetty</module> |
| 73 | <module>scr</module> |
| 74 | <module>eventadmin</module> |
| 75 | <module>eventadmin.bridge.upnp</module> |
| 76 | <module>eventadmin.bridge.configuration</module> |
| 77 | <module>eventadmin.bridge.useradmin</module> |
| 78 | <module>eventadmin.bridge.wireadmin</module> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 79 | |
| 80 | <module>tools/mangen</module> |
| 81 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 82 | <module>ipojo</module> |
| 83 | <module>ipojo.metadata</module> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 84 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 85 | </modules> |
| 86 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 87 | <profiles> |
| 88 | <profile> |
| 89 | <id>jdk1.5</id> |
| 90 | <activation> |
| 91 | <jdk>1.5</jdk> |
| 92 | </activation> |
| 93 | <modules> |
| 94 | <module>mosgi.console.ifc</module> |
| 95 | <module>mosgi.console.component</module> |
| 96 | <module>mosgi.console.gui</module> |
| 97 | <module>mosgi.jmx.agent</module> |
| 98 | <module>mosgi.jmx.httpconnector</module> |
| 99 | <module>mosgi.jmx.registry</module> |
| 100 | <module>mosgi.jmx.remotelogger</module> |
| 101 | <module>mosgi.jmx.rmiconnector</module> |
| 102 | <module>mosgi.managedelements.osgiprobes</module> |
| 103 | <module>mosgi.managedelements.osgiprobes.tab</module> |
Stephane Frenot | 0f068b6 | 2006-08-30 11:12:48 +0000 | [diff] [blame] | 104 | <module>mosgi.managedelements.bundlesprobes</module> |
| 105 | <module>mosgi.managedelements.bundlesprobes.tab</module> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 106 | <module>mosgi.managedelements.obrprobe</module> |
| 107 | <module>mosgi.managedelements.obrprobe.tab</module> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 108 | |
| 109 | <module>ipojo.plugin</module> |
| 110 | <module>ipojo.arch</module> |
| 111 | </modules> |
| 112 | </profile> |
| 113 | |
| 114 | <profile> |
| 115 | <id>jdk1.4</id> |
| 116 | <activation> |
| 117 | <jdk>1.4</jdk> |
| 118 | </activation> |
| 119 | <modules> |
| 120 | <module>ipojo.plugin</module> |
| 121 | <module>ipojo.arch</module> |
| 122 | </modules> |
| 123 | </profile> |
| 124 | |
| 125 | </profiles> |
| 126 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 127 | <repositories> |
| 128 | <!-- For snapshots (no release jars or non-apache jars) --> |
| 129 | <repository> |
| 130 | <id>apache.snapshots</id> |
| 131 | <name>Apache Snapshot Repository</name> |
| 132 | <url>http://cvs.apache.org/maven-snapshot-repository</url> |
| 133 | </repository> |
| 134 | |
| 135 | <repository> |
| 136 | <id>safehaus</id> |
| 137 | <name>Alternate Repository for Missing Ibiblio Artifacts</name> |
| 138 | <url>http://m2.safehaus.org</url> |
| 139 | </repository> |
| 140 | </repositories> |
| 141 | |
| 142 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 143 | <site> |
| 144 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 145 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 146 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 147 | <snapshotRepository> |
| 148 | <name>Apache Snapshots</name> |
| 149 | <id>apache.snapshots</id> |
| 150 | <url> |
| 151 | scp://apache.org/www/cvs.apache.org/maven-snapshot-repository |
| 152 | </url> |
| 153 | </snapshotRepository> |
| 154 | <repository> |
| 155 | <name>ASF Mirrored M2 Distributions</name> |
| 156 | <id>apache.distributions</id> |
| 157 | <url> |
| 158 | scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository |
| 159 | </url> |
| 160 | </repository> |
| 161 | </distributionManagement> |
| 162 | |
| 163 | <pluginRepositories> |
| 164 | <pluginRepository> |
| 165 | <id>apache.snapshots</id> |
| 166 | <name>snapshot plugins</name> |
| 167 | <url> |
| 168 | http://cvs.apache.org/maven-snapshot-repository |
| 169 | </url> |
| 170 | </pluginRepository> |
| 171 | </pluginRepositories> |
| 172 | |
| 173 | <!-- definitions for testing --> |
| 174 | <dependencies> |
| 175 | <dependency> |
| 176 | <groupId>junit</groupId> |
| 177 | <artifactId>junit</artifactId> |
| 178 | <version>3.8.1</version> |
| 179 | <scope>test</scope> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>easymock</groupId> |
| 183 | <artifactId>easymock</artifactId> |
| 184 | <version>1.2_Java1.3</version> |
| 185 | <scope>test</scope> |
| 186 | </dependency> |
| 187 | </dependencies> |
| 188 | <build> |
| 189 | <plugins> |
| 190 | <plugin> |
| 191 | <groupId>org.apache.maven.plugins</groupId> |
| 192 | <artifactId>maven-compiler-plugin</artifactId> |
| 193 | <configuration> |
| 194 | <target>1.4</target> |
| 195 | </configuration> |
| 196 | </plugin> |
| 197 | <plugin> |
| 198 | <groupId>org.apache.maven.plugins</groupId> |
| 199 | <artifactId>maven-surefire-plugin</artifactId> |
| 200 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 201 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 202 | <groupId>org.apache.maven.plugins</groupId> |
| 203 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 204 | </plugin --> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 205 | </plugins> |
| 206 | </build> |
| 207 | <reporting> |
| 208 | <plugins> |
| 209 | <plugin> |
| 210 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 211 | <artifactId>maven-site-plugin</artifactId> |
| 212 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 213 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 214 | <template>maven-site.vm</template> |
| 215 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 216 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 217 | <plugin> |
| 218 | <groupId>org.apache.maven.plugins</groupId> |
| 219 | <artifactId>maven-surefire-plugin</artifactId> |
| 220 | </plugin> |
| 221 | <plugin> |
| 222 | <groupId>org.codehaus.mojo</groupId> |
| 223 | <artifactId>jxr-maven-plugin</artifactId> |
| 224 | </plugin> |
| 225 | <plugin> |
| 226 | <groupId>org.apache.maven.plugins</groupId> |
| 227 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 228 | <reportSets> |
| 229 | <reportSet> |
| 230 | <reports> |
| 231 | <report>index</report> |
| 232 | <report>dependencies</report> |
| 233 | <report>project-team</report> |
| 234 | <report>mailing-list</report> |
| 235 | <report>issue-tracking</report> |
| 236 | <report>license</report> |
| 237 | <report>scm</report> |
| 238 | </reports> |
| 239 | </reportSet> |
| 240 | </reportSets> |
| 241 | </plugin> |
| 242 | <!--plugin> |
| 243 | <groupId>org.apache.maven.plugins</groupId> |
| 244 | <artifactId>maven-javadoc-plugin</artifactId> |
| 245 | <configuration> |
| 246 | <aggregate>true</aggregate> |
| 247 | </configuration> |
| 248 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 249 | </plugins> |
| 250 | </reporting> |
| 251 | </project> |