Karl Pauls | 4ebe508 | 2006-10-30 15:00:08 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 23 | |
| 24 | <parent> |
| 25 | <groupId>org.apache</groupId> |
| 26 | <artifactId>apache</artifactId> |
| 27 | <version>4</version> |
| 28 | </parent> |
| 29 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix</groupId> |
| 31 | <artifactId>felix</artifactId> |
| 32 | <packaging>pom</packaging> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 33 | <name>Apache Felix</name> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 34 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 35 | <url>http://felix.apache.org/</url> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 36 | <inceptionYear>2006</inceptionYear> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 37 | <description>Apache felix is an OSGi implementation.</description> |
| 38 | |
| 39 | <issueManagement> |
| 40 | <system>Jira</system> |
| 41 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 42 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 43 | |
| 44 | <mailingLists> |
| 45 | <mailingList> |
| 46 | <name>Felix Dev</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 47 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 48 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 49 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 50 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 51 | </mailingList> |
| 52 | <mailingList> |
| 53 | <name>Felix Commits</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 54 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 55 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 56 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 57 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 58 | </mailingList> |
| 59 | </mailingLists> |
| 60 | |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 61 | <scm> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 62 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</connection> |
| 63 | <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</developerConnection> |
| 64 | <url>http://svn.apache.org/viewvc/felix/trunk/?root=Apache-SVN</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 65 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 66 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 67 | <!-- |
| 68 | Felix contains 3 custom maven packaging plugins. Each creates a jar file |
| 69 | as an artifact. |
| 70 | |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 71 | maven-bundle-plugin |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 72 | (bundle packaging - latest prefered plugin for generating OSGi bundles.) |
| 73 | maven-osgi-plugin |
| 74 | (osgi-bundle packaging - old plugin for generating OSGi bundles.) |
| 75 | org.apache.felix.ipojo.plugin |
| 76 | (plugin for generating iPOJO OSGi bundles.) |
| 77 | |
| 78 | But with maven bug https://issues.apache.org/jira/browse/FELIX-198 files |
| 79 | are not always created with the correct extension in the repository. |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 80 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 81 | As a work around, this pom creates different profiles for building the |
| 82 | different types of felix modules. |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 83 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 84 | Usage: |
| 85 | mvn -Dpackaging=<type> clean install |
| 86 | --> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 87 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 88 | <profiles> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 89 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 90 | <profile> |
Richard S. Hall | 430f335 | 2007-03-28 14:27:28 +0000 | [diff] [blame] | 91 | <id>packaging-plugins</id> |
| 92 | <activation> |
| 93 | <property> |
| 94 | <name>packaging</name> |
| 95 | <value>plugins</value> |
| 96 | </property> |
| 97 | </activation> |
| 98 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 99 | <module>../bundleplugin</module> |
| 100 | <module>../tools/maven2/maven-osgi-plugin</module> |
| 101 | <module>../ipojo/metadata</module> |
| 102 | <module>../ipojo/manipulator</module> |
| 103 | <module>../ipojo/plugin</module> |
Richard S. Hall | 430f335 | 2007-03-28 14:27:28 +0000 | [diff] [blame] | 104 | </modules> |
| 105 | </profile> |
| 106 | |
| 107 | <profile> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 108 | <id>packaging-ipojo-bundle</id> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 109 | <activation> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 110 | <property> |
| 111 | <name>packaging</name> |
| 112 | <value>ipojo-bundle</value> |
| 113 | </property> |
| 114 | </activation> |
| 115 | <modules> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 116 | <!--<module>ipojo/arch</module>--> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 117 | </modules> |
| 118 | </profile> |
| 119 | |
| 120 | <profile> |
| 121 | <id>packaging-bundle</id> |
| 122 | <activation> |
| 123 | <property> |
| 124 | <name>packaging</name> |
| 125 | <value>bundle</value> |
| 126 | </property> |
| 127 | </activation> |
| 128 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 129 | <module>../org.osgi.foundation</module> |
| 130 | <module>../javax.servlet</module> |
| 131 | <module>../org.osgi.core</module> |
| 132 | <module>../org.osgi.compendium</module> |
| 133 | <module>../framework</module> |
| 134 | <module>../main</module> |
| 135 | <module>../shell</module> |
| 136 | <module>../shell.tui</module> |
| 137 | <module>../shell.gui</module> |
| 138 | <module>../shell.gui.plugin</module> |
| 139 | <module>../bundlerepository</module> |
| 140 | <module>../log</module> |
| 141 | <module>../eventadmin</module> |
| 142 | <module>../http.jetty</module> |
| 143 | <module>../scr</module> |
| 144 | <module>../configadmin</module> |
| 145 | <module>../metatype</module> |
| 146 | <module>../dependencymanager</module> |
| 147 | <module>../servicebinder</module> |
| 148 | <module>../wireadmin</module> |
Carsten Ziegeler | 41c255e | 2007-07-30 13:06:38 +0000 | [diff] [blame] | 149 | <module>../prefs</module> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 150 | |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 151 | <module>../ipojo/core</module> |
| 152 | <module>../ipojo/arch</module> |
Marcel Offermans | 6179186 | 2007-07-23 17:35:55 +0000 | [diff] [blame] | 153 | |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 154 | <module>../mosgi</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 155 | </modules> |
| 156 | </profile> |
| 157 | |
| 158 | <profile> |
| 159 | <id>packaging-osgi-bundle</id> |
| 160 | <activation> |
| 161 | <property> |
| 162 | <name>packaging</name> |
| 163 | <value>osgi-bundle</value> |
| 164 | </property> |
| 165 | </activation> |
| 166 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 167 | <module>../org.apache.felix.daemon</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 168 | |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 169 | <module>../examples</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 170 | |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 171 | <module>../upnp.extra</module> |
| 172 | <module>../upnp.basedriver</module> |
| 173 | <module>../upnp.tester</module> |
| 174 | <module>../upnp.sample.tv</module> |
| 175 | <module>../upnp.sample.clock</module> |
| 176 | <module>../upnp.sample.binaryLight</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 177 | |
| 178 | <!-- <module>tools/mangen</module> --> |
| 179 | |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 180 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 181 | </modules> |
| 182 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 183 | </profiles> |
| 184 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 185 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 186 | <site> |
| 187 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 188 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 189 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 190 | <repository> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 191 | <id>apache.incubator.releases</id> |
| 192 | <name>Apache Incubator Release Distribution Repository</name> |
| 193 | <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 194 | </repository> |
| 195 | </distributionManagement> |
| 196 | |
| 197 | <pluginRepositories> |
| 198 | <pluginRepository> |
| 199 | <id>apache.snapshots</id> |
| 200 | <name>snapshot plugins</name> |
| 201 | <url> |
Richard S. Hall | f2be196 | 2006-12-22 19:46:42 +0000 | [diff] [blame] | 202 | http://people.apache.org/repo/m2-snapshot-repository |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 203 | </url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 204 | <releases> |
| 205 | <enabled>false</enabled> |
| 206 | </releases> |
| 207 | <snapshots> |
| 208 | <enabled>true</enabled> |
| 209 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 210 | </pluginRepository> |
| 211 | </pluginRepositories> |
| 212 | |
| 213 | <!-- definitions for testing --> |
| 214 | <dependencies> |
| 215 | <dependency> |
| 216 | <groupId>junit</groupId> |
| 217 | <artifactId>junit</artifactId> |
| 218 | <version>3.8.1</version> |
| 219 | <scope>test</scope> |
| 220 | </dependency> |
| 221 | <dependency> |
| 222 | <groupId>easymock</groupId> |
| 223 | <artifactId>easymock</artifactId> |
| 224 | <version>1.2_Java1.3</version> |
| 225 | <scope>test</scope> |
| 226 | </dependency> |
| 227 | </dependencies> |
| 228 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 229 | <pluginManagement> |
| 230 | <plugins> |
| 231 | <plugin> |
| 232 | <groupId>org.apache.maven.plugins</groupId> |
| 233 | <artifactId>maven-compiler-plugin</artifactId> |
| 234 | <version>2.0.2</version> |
| 235 | </plugin> |
| 236 | <plugin> |
| 237 | <groupId>org.apache.maven.plugins</groupId> |
| 238 | <artifactId>maven-surefire-plugin</artifactId> |
| 239 | <version>2.3</version> |
| 240 | </plugin> |
| 241 | <plugin> |
| 242 | <groupId>org.apache.maven.plugins</groupId> |
| 243 | <artifactId>maven-jar-plugin</artifactId> |
| 244 | <version>2.1</version> |
| 245 | </plugin> |
| 246 | <plugin> |
| 247 | <groupId>org.apache.maven.plugins</groupId> |
| 248 | <artifactId>maven-plugin-plugin</artifactId> |
| 249 | <version>2.3</version> |
| 250 | </plugin> |
| 251 | <plugin> |
| 252 | <groupId>org.apache.maven.plugins</groupId> |
| 253 | <artifactId>maven-install-plugin</artifactId> |
| 254 | <version>2.1</version> |
| 255 | </plugin> |
| 256 | <plugin> |
| 257 | <groupId>org.apache.maven.plugins</groupId> |
| 258 | <artifactId>maven-deploy-plugin</artifactId> |
| 259 | <version>2.3</version> |
| 260 | </plugin> |
| 261 | <plugin> |
| 262 | <groupId>org.apache.maven.plugins</groupId> |
| 263 | <artifactId>maven-site-plugin</artifactId> |
| 264 | <version>2.0-beta-5</version> |
| 265 | </plugin> |
| 266 | <plugin> |
| 267 | <groupId>org.apache.maven.plugins</groupId> |
| 268 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 269 | <version>2.0.1</version> |
| 270 | </plugin> |
| 271 | <plugin> |
| 272 | <groupId>org.apache.maven.plugins</groupId> |
| 273 | <artifactId>maven-jxr-plugin</artifactId> |
| 274 | <version>2.1</version> |
| 275 | </plugin> |
| 276 | <plugin> |
| 277 | <groupId>org.apache.maven.plugins</groupId> |
| 278 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 279 | <version>2.3</version> |
| 280 | </plugin> |
| 281 | <plugin> |
| 282 | <groupId>org.apache.maven.plugins</groupId> |
| 283 | <artifactId>maven-javadoc-plugin</artifactId> |
| 284 | <version>2.2</version> |
| 285 | </plugin> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 286 | <!-- <plugin> |
Carsten Ziegeler | 9764654 | 2007-07-04 17:03:06 +0000 | [diff] [blame] | 287 | <groupId>org.apache.felix</groupId> |
| 288 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 289 | <version>1.1.0-SNAPSHOT</version> |
| 290 | </plugin> --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 291 | <!-- <plugin> |
| 292 | <groupId>org.apache.maven.plugins</groupId> |
| 293 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 294 | <version>1.0-alpha-5</version> |
| 295 | </plugin> --> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 296 | </plugins> |
| 297 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 298 | <plugins> |
| 299 | <plugin> |
| 300 | <groupId>org.apache.maven.plugins</groupId> |
| 301 | <artifactId>maven-compiler-plugin</artifactId> |
| 302 | <configuration> |
| 303 | <target>1.4</target> |
| 304 | </configuration> |
| 305 | </plugin> |
| 306 | <plugin> |
| 307 | <groupId>org.apache.maven.plugins</groupId> |
| 308 | <artifactId>maven-surefire-plugin</artifactId> |
| 309 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 310 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 311 | <groupId>org.apache.maven.plugins</groupId> |
| 312 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 313 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 314 | <!-- We want to package up license resources in the JARs produced |
| 315 | <plugin> |
| 316 | <groupId>org.apache.maven.plugins</groupId> |
| 317 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 318 | <executions> |
| 319 | <execution> |
| 320 | <goals> |
| 321 | <goal>process</goal> |
| 322 | </goals> |
| 323 | <configuration> |
| 324 | <resourceBundles> |
| 325 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 326 | </resourceBundles> |
| 327 | </configuration> |
| 328 | </execution> |
| 329 | </executions> |
| 330 | </plugin>--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 331 | </plugins> |
| 332 | </build> |
| 333 | <reporting> |
| 334 | <plugins> |
| 335 | <plugin> |
| 336 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 337 | <artifactId>maven-site-plugin</artifactId> |
| 338 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 339 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 340 | <template>maven-site.vm</template> |
| 341 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 342 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 343 | <plugin> |
| 344 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 345 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 346 | </plugin> |
| 347 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 348 | <groupId>org.apache.maven.plugins</groupId> |
| 349 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 350 | </plugin> |
| 351 | <plugin> |
| 352 | <groupId>org.apache.maven.plugins</groupId> |
| 353 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 354 | <reportSets> |
| 355 | <reportSet> |
| 356 | <reports> |
| 357 | <report>index</report> |
| 358 | <report>dependencies</report> |
| 359 | <report>project-team</report> |
| 360 | <report>mailing-list</report> |
| 361 | <report>issue-tracking</report> |
| 362 | <report>license</report> |
| 363 | <report>scm</report> |
| 364 | </reports> |
| 365 | </reportSet> |
| 366 | </reportSets> |
| 367 | </plugin> |
| 368 | <!--plugin> |
| 369 | <groupId>org.apache.maven.plugins</groupId> |
| 370 | <artifactId>maven-javadoc-plugin</artifactId> |
| 371 | <configuration> |
| 372 | <aggregate>true</aggregate> |
| 373 | </configuration> |
| 374 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 375 | </plugins> |
| 376 | </reporting> |
| 377 | </project> |