Carsten Ziegeler | 4689248 | 2007-12-28 15:44:49 +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 | --> |
Carsten Ziegeler | bdf1a00 | 2007-12-28 15:31:02 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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] | 20 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 21 | |
| 22 | <parent> |
| 23 | <groupId>org.apache</groupId> |
| 24 | <artifactId>apache</artifactId> |
Stuart McCulloch | 7d48f76 | 2009-04-15 10:05:13 +0000 | [diff] [blame] | 25 | <version>5</version> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 28 | <groupId>org.apache.felix</groupId> |
| 29 | <artifactId>felix</artifactId> |
| 30 | <packaging>pom</packaging> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 31 | <name>Apache Felix</name> |
Stuart McCulloch | 4fd4f10 | 2009-04-20 19:16:51 +0000 | [diff] [blame^] | 32 | <version>1.2.0</version> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 33 | <url>http://felix.apache.org/</url> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 34 | <inceptionYear>2006</inceptionYear> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 35 | <description>Apache Felix is an OSGi implementation.</description> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 36 | |
| 37 | <issueManagement> |
| 38 | <system>Jira</system> |
| 39 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 40 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 41 | |
| 42 | <mailingLists> |
| 43 | <mailingList> |
| 44 | <name>Felix Dev</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 45 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 46 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 47 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 48 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 49 | </mailingList> |
| 50 | <mailingList> |
| 51 | <name>Felix Commits</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 52 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 53 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 54 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 55 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 56 | </mailingList> |
| 57 | </mailingLists> |
| 58 | |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 59 | <scm> |
Stuart McCulloch | 4fd4f10 | 2009-04-20 19:16:51 +0000 | [diff] [blame^] | 60 | <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.2.0</connection> |
| 61 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.2.0</developerConnection> |
| 62 | <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.2.0</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 63 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 64 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 65 | <profiles> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 66 | <profile> |
| 67 | <id>release</id> |
| 68 | <build> |
| 69 | <plugins> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 70 | <!-- Attach sources for all builds --> |
| 71 | <plugin> |
| 72 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | <artifactId>maven-source-plugin</artifactId> |
| 74 | <inherited>true</inherited> |
| 75 | <executions> |
| 76 | <execution> |
| 77 | <id>attach-sources</id> |
| 78 | <goals> |
| 79 | <goal>jar</goal> |
| 80 | </goals> |
| 81 | </execution> |
| 82 | </executions> |
| 83 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 84 | <plugin> |
| 85 | <groupId>org.apache.maven.plugins</groupId> |
| 86 | <artifactId>maven-gpg-plugin</artifactId> |
| 87 | <executions> |
| 88 | <execution> |
| 89 | <id>sign-artifacts</id> |
| 90 | <phase>verify</phase> |
| 91 | <goals> |
| 92 | <goal>sign</goal> |
| 93 | </goals> |
| 94 | </execution> |
| 95 | </executions> |
| 96 | </plugin> |
| 97 | <plugin> |
| 98 | <groupId>org.apache.maven.plugins</groupId> |
| 99 | <artifactId>maven-assembly-plugin</artifactId> |
| 100 | <configuration> |
| 101 | <descriptorRefs> |
| 102 | <descriptorRef>bin</descriptorRef> |
| 103 | <descriptorRef>project</descriptorRef> |
| 104 | </descriptorRefs> |
| 105 | </configuration> |
| 106 | <executions> |
| 107 | <execution> |
| 108 | <id>make-assembly</id> |
| 109 | <phase>package</phase> |
| 110 | <goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 111 | <goal>single</goal> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 112 | </goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 113 | <configuration> |
| 114 | <attach>false</attach> |
| 115 | </configuration> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 116 | </execution> |
| 117 | </executions> |
| 118 | </plugin> |
| 119 | </plugins> |
| 120 | </build> |
| 121 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 122 | </profiles> |
| 123 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 124 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 125 | <site> |
| 126 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 127 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 128 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 129 | </distributionManagement> |
| 130 | |
| 131 | <pluginRepositories> |
| 132 | <pluginRepository> |
| 133 | <id>apache.snapshots</id> |
| 134 | <name>snapshot plugins</name> |
Stuart McCulloch | 7d48f76 | 2009-04-15 10:05:13 +0000 | [diff] [blame] | 135 | <url>http://repository.apache.org/snapshots</url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 136 | <releases> |
| 137 | <enabled>false</enabled> |
| 138 | </releases> |
| 139 | <snapshots> |
| 140 | <enabled>true</enabled> |
| 141 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 142 | </pluginRepository> |
| 143 | </pluginRepositories> |
| 144 | |
| 145 | <!-- definitions for testing --> |
| 146 | <dependencies> |
| 147 | <dependency> |
| 148 | <groupId>junit</groupId> |
| 149 | <artifactId>junit</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 150 | <version>4.0</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 151 | <scope>test</scope> |
| 152 | </dependency> |
| 153 | <dependency> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 154 | <groupId>org.easymock</groupId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 155 | <artifactId>easymock</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 156 | <version>2.4</version> |
| 157 | <scope>test</scope> |
| 158 | </dependency> |
| 159 | <dependency> |
| 160 | <groupId>org.mockito</groupId> |
| 161 | <artifactId>mockito-all</artifactId> |
| 162 | <version>1.7</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 163 | <scope>test</scope> |
| 164 | </dependency> |
| 165 | </dependencies> |
| 166 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 167 | <pluginManagement> |
| 168 | <plugins> |
| 169 | <plugin> |
| 170 | <groupId>org.apache.maven.plugins</groupId> |
| 171 | <artifactId>maven-compiler-plugin</artifactId> |
| 172 | <version>2.0.2</version> |
| 173 | </plugin> |
| 174 | <plugin> |
| 175 | <groupId>org.apache.maven.plugins</groupId> |
| 176 | <artifactId>maven-surefire-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 177 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 178 | </plugin> |
| 179 | <plugin> |
| 180 | <groupId>org.apache.maven.plugins</groupId> |
| 181 | <artifactId>maven-jar-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 182 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 183 | </plugin> |
| 184 | <plugin> |
| 185 | <groupId>org.apache.maven.plugins</groupId> |
| 186 | <artifactId>maven-plugin-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 187 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 188 | </plugin> |
| 189 | <plugin> |
| 190 | <groupId>org.apache.maven.plugins</groupId> |
| 191 | <artifactId>maven-install-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 192 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 193 | </plugin> |
| 194 | <plugin> |
| 195 | <groupId>org.apache.maven.plugins</groupId> |
| 196 | <artifactId>maven-deploy-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 197 | <version>2.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 198 | </plugin> |
| 199 | <plugin> |
| 200 | <groupId>org.apache.maven.plugins</groupId> |
| 201 | <artifactId>maven-site-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 202 | <version>2.0-beta-7</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 203 | </plugin> |
| 204 | <plugin> |
| 205 | <groupId>org.apache.maven.plugins</groupId> |
| 206 | <artifactId>maven-project-info-reports-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 207 | <version>2.1</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 208 | </plugin> |
| 209 | <plugin> |
| 210 | <groupId>org.apache.maven.plugins</groupId> |
| 211 | <artifactId>maven-jxr-plugin</artifactId> |
| 212 | <version>2.1</version> |
| 213 | </plugin> |
| 214 | <plugin> |
| 215 | <groupId>org.apache.maven.plugins</groupId> |
| 216 | <artifactId>maven-surefire-report-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 217 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 218 | </plugin> |
| 219 | <plugin> |
| 220 | <groupId>org.apache.maven.plugins</groupId> |
| 221 | <artifactId>maven-javadoc-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 222 | <version>2.5</version> |
| 223 | </plugin> |
| 224 | <plugin> |
| 225 | <groupId>org.apache.maven.plugins</groupId> |
| 226 | <artifactId>maven-source-plugin</artifactId> |
| 227 | <version>2.0.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 228 | </plugin> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 229 | <!-- <plugin> |
Carsten Ziegeler | 9764654 | 2007-07-04 17:03:06 +0000 | [diff] [blame] | 230 | <groupId>org.apache.felix</groupId> |
| 231 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 232 | <version>1.1.0-SNAPSHOT</version> |
| 233 | </plugin> --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 234 | <!-- <plugin> |
| 235 | <groupId>org.apache.maven.plugins</groupId> |
| 236 | <artifactId>maven-remote-resources-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 237 | <version>1.0-alpha-6</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 238 | </plugin> --> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 239 | <plugin> |
| 240 | <groupId>org.apache.maven.plugins</groupId> |
| 241 | <artifactId>maven-release-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 242 | <version>2.0-beta-8</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 243 | </plugin> |
| 244 | <plugin> |
| 245 | <groupId>org.apache.maven.plugins</groupId> |
| 246 | <artifactId>maven-gpg-plugin</artifactId> |
| 247 | <version>1.0-alpha-4</version> |
| 248 | </plugin> |
| 249 | <plugin> |
| 250 | <groupId>org.apache.maven.plugins</groupId> |
| 251 | <artifactId>maven-assembly-plugin</artifactId> |
Carsten Ziegeler | 9cef1f9 | 2009-03-06 10:11:00 +0000 | [diff] [blame] | 252 | <version>2.2-beta-1</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 253 | </plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 254 | </plugins> |
| 255 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 256 | <plugins> |
| 257 | <plugin> |
| 258 | <groupId>org.apache.maven.plugins</groupId> |
| 259 | <artifactId>maven-compiler-plugin</artifactId> |
| 260 | <configuration> |
Stuart McCulloch | 98f7c40 | 2007-09-21 03:38:03 +0000 | [diff] [blame] | 261 | <target>1.3</target> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 262 | </configuration> |
| 263 | </plugin> |
| 264 | <plugin> |
| 265 | <groupId>org.apache.maven.plugins</groupId> |
| 266 | <artifactId>maven-surefire-plugin</artifactId> |
| 267 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 268 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 269 | <groupId>org.apache.maven.plugins</groupId> |
| 270 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 271 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 272 | <!-- We want to package up license resources in the JARs produced |
| 273 | <plugin> |
| 274 | <groupId>org.apache.maven.plugins</groupId> |
| 275 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 276 | <executions> |
| 277 | <execution> |
| 278 | <goals> |
| 279 | <goal>process</goal> |
| 280 | </goals> |
| 281 | <configuration> |
| 282 | <resourceBundles> |
| 283 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 284 | </resourceBundles> |
| 285 | </configuration> |
| 286 | </execution> |
| 287 | </executions> |
| 288 | </plugin>--> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 289 | <plugin> |
| 290 | <groupId>org.apache.maven.plugins</groupId> |
| 291 | <artifactId>maven-release-plugin</artifactId> |
| 292 | <configuration> |
| 293 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 294 | <useReleaseProfile>false</useReleaseProfile> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 295 | <arguments>-Prelease</arguments> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 296 | <goals>deploy</goals> |
| 297 | </configuration> |
| 298 | </plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 299 | </plugins> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 300 | <resources> |
| 301 | <resource> |
| 302 | <directory>src/main/resources</directory> |
| 303 | </resource> |
| 304 | <resource> |
| 305 | <directory>.</directory> |
| 306 | <targetPath>META-INF</targetPath> |
| 307 | <includes> |
Carsten Ziegeler | 8079482 | 2008-01-07 16:15:52 +0000 | [diff] [blame] | 308 | <include>LICENSE*</include> |
| 309 | <include>NOTICE*</include> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 310 | </includes> |
| 311 | </resource> |
| 312 | </resources> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 313 | </build> |
| 314 | <reporting> |
| 315 | <plugins> |
| 316 | <plugin> |
| 317 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 318 | <artifactId>maven-site-plugin</artifactId> |
| 319 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 320 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 321 | <template>maven-site.vm</template> |
| 322 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 323 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 324 | <plugin> |
| 325 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 326 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 327 | </plugin> |
| 328 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 329 | <groupId>org.apache.maven.plugins</groupId> |
| 330 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 331 | </plugin> |
| 332 | <plugin> |
| 333 | <groupId>org.apache.maven.plugins</groupId> |
| 334 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 335 | <reportSets> |
| 336 | <reportSet> |
| 337 | <reports> |
| 338 | <report>index</report> |
| 339 | <report>dependencies</report> |
| 340 | <report>project-team</report> |
| 341 | <report>mailing-list</report> |
| 342 | <report>issue-tracking</report> |
| 343 | <report>license</report> |
| 344 | <report>scm</report> |
| 345 | </reports> |
| 346 | </reportSet> |
| 347 | </reportSets> |
| 348 | </plugin> |
| 349 | <!--plugin> |
| 350 | <groupId>org.apache.maven.plugins</groupId> |
| 351 | <artifactId>maven-javadoc-plugin</artifactId> |
| 352 | <configuration> |
| 353 | <aggregate>true</aggregate> |
| 354 | </configuration> |
| 355 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 356 | </plugins> |
| 357 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 358 | </project> |