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"> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 21 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.apache</groupId> |
| 24 | <artifactId>apache</artifactId> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 25 | <version>17</version> |
Carsten Ziegeler | 55e5b84 | 2011-05-06 06:25:05 +0000 | [diff] [blame] | 26 | <relativePath /> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 27 | </parent> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 28 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 29 | <groupId>org.apache.felix</groupId> |
| 30 | <artifactId>felix-parent</artifactId> |
| 31 | <packaging>pom</packaging> |
| 32 | <name>Apache Felix</name> |
Carsten Ziegeler | ab7fa70 | 2015-06-19 06:41:30 +0000 | [diff] [blame] | 33 | <version>4-SNAPSHOT</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 34 | <url>http://felix.apache.org/</url> |
| 35 | <inceptionYear>2006</inceptionYear> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 36 | <description>Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies.</description> |
| 37 | |
| 38 | <prerequisites> |
| 39 | <maven>3.0.5</maven> |
| 40 | </prerequisites> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 41 | |
Stuart McCulloch | 9cb1a96 | 2011-07-01 16:45:37 +0000 | [diff] [blame] | 42 | <properties> |
| 43 | <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 44 | |
| 45 | <!-- Default Java VM and API compatibility --> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 46 | <felix.java.version>5</felix.java.version> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 47 | <felix.java.signature.groupId>org.codehaus.mojo.signature</felix.java.signature.groupId> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 48 | |
| 49 | <!-- Default settings for the site plugins --> |
| 50 | <site.javadoc.exclude>*.impl:*.internal:</site.javadoc.exclude> |
Stuart McCulloch | 9cb1a96 | 2011-07-01 16:45:37 +0000 | [diff] [blame] | 51 | </properties> |
| 52 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 53 | <issueManagement> |
| 54 | <system>Jira</system> |
| 55 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
| 56 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 57 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 58 | <mailingLists> |
| 59 | <mailingList> |
| 60 | <name>Felix Dev</name> |
| 61 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 62 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
| 63 | <post>-</post> |
| 64 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
| 65 | </mailingList> |
| 66 | <mailingList> |
| 67 | <name>Felix Commits</name> |
| 68 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 69 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
| 70 | <post>-</post> |
| 71 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
| 72 | </mailingList> |
| 73 | </mailingLists> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 74 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 75 | <scm> |
Carsten Ziegeler | ab7fa70 | 2015-06-19 06:41:30 +0000 | [diff] [blame] | 76 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/pom</connection> |
| 77 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/pom</developerConnection> |
| 78 | <url>http://svn.apache.org/viewvc/felix/trunk/pom/?root=Apache-SVN</url> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 79 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 80 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 81 | <distributionManagement> |
| 82 | <site> |
| 83 | <id>felix website</id> |
| 84 | <url>file:///${user.dir}/target/site-deployed/</url> |
| 85 | </site> |
| 86 | </distributionManagement> |
| 87 | |
| 88 | <pluginRepositories> |
| 89 | <pluginRepository> |
| 90 | <id>apache.snapshots</id> |
| 91 | <name>snapshot plugins</name> |
| 92 | <url>http://repository.apache.org/snapshots</url> |
| 93 | <releases> |
| 94 | <enabled>false</enabled> |
| 95 | </releases> |
| 96 | <snapshots> |
| 97 | <enabled>true</enabled> |
| 98 | </snapshots> |
| 99 | </pluginRepository> |
| 100 | </pluginRepositories> |
| 101 | |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 102 | <dependencyManagement> |
| 103 | <dependencies> |
| 104 | <dependency> |
| 105 | <groupId>junit</groupId> |
| 106 | <artifactId>junit</artifactId> |
Carsten Ziegeler | 51f9e6d | 2016-01-07 07:12:27 +0000 | [diff] [blame] | 107 | <version>4.12</version> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.easymock</groupId> |
| 111 | <artifactId>easymock</artifactId> |
Carsten Ziegeler | 51f9e6d | 2016-01-07 07:12:27 +0000 | [diff] [blame] | 112 | <version>3.4</version> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.mockito</groupId> |
| 116 | <artifactId>mockito-all</artifactId> |
| 117 | <version>1.10.19</version> |
| 118 | </dependency> |
| 119 | </dependencies> |
| 120 | </dependencyManagement> |
| 121 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 122 | <!-- definitions for testing --> |
| 123 | <dependencies> |
| 124 | <dependency> |
| 125 | <groupId>junit</groupId> |
| 126 | <artifactId>junit</artifactId> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 127 | <scope>test</scope> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>org.easymock</groupId> |
| 131 | <artifactId>easymock</artifactId> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 132 | <scope>test</scope> |
| 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>org.mockito</groupId> |
| 136 | <artifactId>mockito-all</artifactId> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 137 | <scope>test</scope> |
| 138 | </dependency> |
| 139 | </dependencies> |
| 140 | <build> |
| 141 | <pluginManagement> |
| 142 | <plugins> |
| 143 | <plugin> |
| 144 | <groupId>org.apache.maven.plugins</groupId> |
| 145 | <artifactId>maven-project-info-reports-plugin</artifactId> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 146 | <version>2.8</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 147 | </plugin> |
| 148 | <plugin> |
Felix Meschberger | 5e38f74 | 2011-05-05 08:41:17 +0000 | [diff] [blame] | 149 | <groupId>org.apache.maven.plugins</groupId> |
| 150 | <artifactId>maven-jxr-plugin</artifactId> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 151 | <version>2.5</version> |
Felix Meschberger | 5e38f74 | 2011-05-05 08:41:17 +0000 | [diff] [blame] | 152 | </plugin> |
| 153 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 154 | <groupId>org.codehaus.mojo</groupId> |
| 155 | <artifactId>ianal-maven-plugin</artifactId> |
| 156 | <version>1.0-alpha-1</version> |
| 157 | </plugin> |
| 158 | <plugin> |
| 159 | <groupId>org.apache.rat</groupId> |
| 160 | <artifactId>apache-rat-plugin</artifactId> |
Carsten Ziegeler | 28b6c0d | 2016-01-07 07:32:20 +0000 | [diff] [blame] | 161 | <version>0.11</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 162 | </plugin> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 163 | <plugin> |
| 164 | <groupId>org.apache.maven.plugins</groupId> |
| 165 | <artifactId>maven-javadoc-plugin</artifactId> |
Carsten Ziegeler | dcda034 | 2016-01-07 07:15:12 +0000 | [diff] [blame] | 166 | <version>2.10.3</version> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 167 | </plugin> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 168 | <plugin> |
| 169 | <groupId>org.codehaus.mojo</groupId> |
| 170 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
| 171 | <version>1.14</version> |
| 172 | <configuration> |
| 173 | <signature> |
| 174 | <groupId>${felix.java.signature.groupId}</groupId> |
| 175 | <artifactId>${felix.java.signature.artifactId}</artifactId> |
| 176 | <version>${felix.java.signature.version}</version> |
| 177 | </signature> |
| 178 | </configuration> |
| 179 | </plugin> |
| 180 | <plugin> |
| 181 | <groupId>org.apache.maven.plugins</groupId> |
| 182 | <artifactId>maven-antrun-plugin</artifactId> |
| 183 | <version>1.8</version> |
| 184 | <dependencies> |
| 185 | <!-- declare dependencies here rather than where needed to |
| 186 | circumvent http://jira.codehaus.org/browse/MANTRUN-51 |
| 187 | --> |
| 188 | <dependency> |
| 189 | <groupId>org.apache.ant</groupId> |
| 190 | <artifactId>ant-apache-regexp</artifactId> |
| 191 | <version>1.7.1</version> |
| 192 | <scope>runtime</scope> |
| 193 | </dependency> |
| 194 | <dependency> |
| 195 | <groupId>jakarta-regexp</groupId> |
| 196 | <artifactId>jakarta-regexp</artifactId> |
| 197 | <version>1.4</version> |
| 198 | </dependency> |
| 199 | </dependencies> |
| 200 | </plugin> |
| 201 | <plugin> |
| 202 | <groupId>org.apache.maven.plugins</groupId> |
| 203 | <artifactId>maven-site-plugin</artifactId> |
| 204 | <version>3.3</version> |
| 205 | </plugin> |
| 206 | <plugin> |
| 207 | <groupId>org.apache.maven.plugins</groupId> |
| 208 | <artifactId>maven-surefire-report-plugin</artifactId> |
Carsten Ziegeler | dcda034 | 2016-01-07 07:15:12 +0000 | [diff] [blame] | 209 | <version>2.19.1</version> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 210 | </plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 211 | </plugins> |
| 212 | </pluginManagement> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 213 | <plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 214 | <plugin> |
| 215 | <groupId>org.apache.maven.plugins</groupId> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 216 | <artifactId>maven-antrun-plugin</artifactId> |
| 217 | <executions> |
| 218 | <execution> |
| 219 | <id>set-bundle-required-execution-environment</id> |
| 220 | <goals> |
| 221 | <goal>run</goal> |
| 222 | </goals> |
| 223 | <phase>initialize</phase> |
| 224 | <configuration> |
| 225 | <exportAntProperties>true</exportAntProperties> |
| 226 | <target> |
| 227 | <script language="javascript"> <![CDATA[ |
| 228 | var System = java.lang.System; |
| 229 | var skipAnimalSniffer = false; |
| 230 | var animalSnifferSignaturesVersion = "1.0"; |
| 231 | var animalSnifferSignaturesArtifactId = "java13-sun"; |
| 232 | |
| 233 | var felixJavaVersion = System.getProperty("felix.java.version"); |
| 234 | if (!felixJavaVersion) { |
| 235 | felixJavaVersion = project.getProperty("felix.java.version"); |
| 236 | } |
| 237 | |
| 238 | if (felixJavaVersion == "4") { |
| 239 | animalSnifferSignaturesArtifactId = "java14-sun"; |
| 240 | } else if (felixJavaVersion == "5") { |
| 241 | animalSnifferSignaturesArtifactId = "java15"; |
| 242 | } else if (felixJavaVersion == "6") { |
| 243 | animalSnifferSignaturesArtifactId = "java16"; |
| 244 | animalSnifferSignaturesVersion = "1.1"; |
| 245 | } else if (felixJavaVersion == "7") { |
| 246 | animalSnifferSignaturesArtifactId = "java17"; |
| 247 | } else if ( felixJavaVersion == "8") { |
| 248 | // there are no published signatures for Java 1.8, so skip execution. However, we also need a valid |
| 249 | // artifact in the signature, so fallback to the 1.7 signatures and skip checking entirely |
| 250 | // see also https://github.com/mojohaus/animal-sniffer/issues/1 |
| 251 | animalSnifferSignaturesArtifactId = "java17"; |
| 252 | skipAnimalSniffer = true; |
| 253 | } else if ( felixJavaVersion != "3") { |
| 254 | System.out.println("Unsupported felix.java.version=" + felixJavaVersion + "; must be 3, 4, 5, 6, 7 or 8."); |
| 255 | throw "felix.java.version must be 3, 4, 5, 6, 7 or 8"; |
| 256 | } |
| 257 | System.out.println("Using felix.java.version=" + felixJavaVersion); |
| 258 | project.setProperty("felix.bree", "JavaSE-1." + felixJavaVersion); |
| 259 | project.setProperty("felix.animal.sniffer.skip", skipAnimalSniffer); |
| 260 | project.setProperty("felix.java.signature.version", animalSnifferSignaturesVersion); |
| 261 | project.setProperty("felix.java.signature.artifactId", animalSnifferSignaturesArtifactId); |
| 262 | ]]></script> |
| 263 | </target> |
| 264 | </configuration> |
| 265 | </execution> |
| 266 | </executions> |
| 267 | </plugin> |
| 268 | <plugin> |
| 269 | <groupId>org.apache.maven.plugins</groupId> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 270 | <artifactId>maven-javadoc-plugin</artifactId> |
| 271 | <configuration> |
| 272 | <excludePackageNames>${site.javadoc.exclude}</excludePackageNames> |
| 273 | </configuration> |
| 274 | </plugin> |
| 275 | <plugin> |
| 276 | <groupId>org.apache.maven.plugins</groupId> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 277 | <artifactId>maven-compiler-plugin</artifactId> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 278 | <configuration> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 279 | <source>1.${felix.java.version}</source> |
| 280 | <target>1.${felix.java.version}</target> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 281 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 282 | </plugin> |
Carsten Ziegeler | 28b6c0d | 2016-01-07 07:32:20 +0000 | [diff] [blame] | 283 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 284 | <groupId>org.apache.rat</groupId> |
| 285 | <artifactId>apache-rat-plugin</artifactId> |
| 286 | <executions> |
| 287 | <execution> |
| 288 | <phase>verify</phase> |
| 289 | <goals> |
| 290 | <goal>check</goal> |
| 291 | </goals> |
| 292 | </execution> |
| 293 | </executions> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 294 | <configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 295 | <!-- check src only (except remote resources additions) --> |
| 296 | <includes> |
| 297 | <include>src/**</include> |
| 298 | </includes> |
Carsten Ziegeler | 28b6c0d | 2016-01-07 07:32:20 +0000 | [diff] [blame] | 299 | <excludes combine.children="append"> |
| 300 | <!-- Used by maven-remote-resources-plugin --> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 301 | <exclude>src/main/appended-resources/**</exclude> |
Carsten Ziegeler | 28b6c0d | 2016-01-07 07:32:20 +0000 | [diff] [blame] | 302 | <!-- Exclude all JSON files --> |
| 303 | <exclude>**/*.json</exclude> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 304 | </excludes> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 305 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 306 | </plugin> |
Carsten Ziegeler | 28b6c0d | 2016-01-07 07:32:20 +0000 | [diff] [blame] | 307 | <plugin> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 308 | <groupId>org.codehaus.mojo</groupId> |
| 309 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 310 | <executions> |
| 311 | <execution> |
| 312 | <phase>test</phase> |
| 313 | <goals> |
| 314 | <goal>check</goal> |
| 315 | </goals> |
| 316 | </execution> |
| 317 | </executions> |
| 318 | </plugin> |
| 319 | <plugin> |
Carsten Ziegeler | dc8cbe7 | 2011-05-06 06:09:55 +0000 | [diff] [blame] | 320 | <groupId>org.apache.maven.plugins</groupId> |
| 321 | <artifactId>maven-release-plugin</artifactId> |
| 322 | <configuration> |
| 323 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 324 | </configuration> |
| 325 | </plugin> |
| 326 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 327 | <groupId>org.codehaus.mojo</groupId> |
| 328 | <artifactId>ianal-maven-plugin</artifactId> |
| 329 | <executions> |
| 330 | <execution> |
| 331 | <goals> |
| 332 | <goal>verify-legal-files</goal> |
| 333 | </goals> |
| 334 | <configuration> |
| 335 | <strict>true</strict> |
| 336 | </configuration> |
| 337 | </execution> |
| 338 | </executions> |
| 339 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 340 | </plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 341 | <resources> |
| 342 | <resource> |
| 343 | <directory>src/main/resources</directory> |
| 344 | </resource> |
| 345 | <resource> |
| 346 | <directory>.</directory> |
| 347 | <targetPath>META-INF</targetPath> |
| 348 | <includes> |
| 349 | <include>changelog.txt</include> |
| 350 | </includes> |
| 351 | </resource> |
| 352 | </resources> |
Clement Escoffier | 25abed5 | 2011-02-05 14:27:25 +0000 | [diff] [blame] | 353 | <extensions> |
| 354 | <extension> |
| 355 | <groupId>org.apache.maven.wagon</groupId> |
| 356 | <artifactId>wagon-ssh</artifactId> |
Carsten Ziegeler | 4fa2faa | 2015-06-16 09:21:57 +0000 | [diff] [blame] | 357 | <version>2.9</version> |
Clement Escoffier | 25abed5 | 2011-02-05 14:27:25 +0000 | [diff] [blame] | 358 | </extension> |
| 359 | </extensions> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 360 | </build> |
Carsten Ziegeler | c5d6770 | 2016-01-07 07:10:21 +0000 | [diff] [blame] | 361 | |
| 362 | <profiles> |
| 363 | <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> |
| 364 | <profile> |
| 365 | <id>only-eclipse</id> |
| 366 | <activation> |
| 367 | <property> |
| 368 | <name>m2e.version</name> |
| 369 | </property> |
| 370 | </activation> |
| 371 | <build> |
| 372 | <pluginManagement> |
| 373 | <plugins> |
| 374 | <plugin> |
| 375 | <groupId>org.eclipse.m2e</groupId> |
| 376 | <artifactId>lifecycle-mapping</artifactId> |
| 377 | <version>1.0.0</version> |
| 378 | <configuration> |
| 379 | <lifecycleMappingMetadata> |
| 380 | <pluginExecutions> |
| 381 | <pluginExecution> |
| 382 | <pluginExecutionFilter> |
| 383 | <groupId>org.apache.maven.plugins</groupId> |
| 384 | <artifactId>maven-antrun-plugin</artifactId> |
| 385 | <versionRange>[1.3,)</versionRange> |
| 386 | <goals> |
| 387 | <goal>run</goal> |
| 388 | </goals> |
| 389 | </pluginExecutionFilter> |
| 390 | <action> |
| 391 | <ignore/> |
| 392 | </action> |
| 393 | </pluginExecution> |
| 394 | <pluginExecution> |
| 395 | <pluginExecutionFilter> |
| 396 | <groupId>org.apache.maven.plugins</groupId> |
| 397 | <artifactId>maven-dependency-plugin</artifactId> |
| 398 | <versionRange>[2.2,)</versionRange> |
| 399 | <goals> |
| 400 | <goal>copy-dependencies</goal> |
| 401 | <goal>unpack</goal> |
| 402 | <goal>unpack-dependencies</goal> |
| 403 | </goals> |
| 404 | </pluginExecutionFilter> |
| 405 | <action> |
| 406 | <ignore/> |
| 407 | </action> |
| 408 | </pluginExecution> |
| 409 | <pluginExecution> |
| 410 | <pluginExecutionFilter> |
| 411 | <groupId>org.codehaus.mojo</groupId> |
| 412 | <artifactId>build-helper-maven-plugin</artifactId> |
| 413 | <versionRange>[1.5,)</versionRange> |
| 414 | <goals> |
| 415 | <goal>reserve-network-port</goal> |
| 416 | </goals> |
| 417 | </pluginExecutionFilter> |
| 418 | <action> |
| 419 | <ignore /> |
| 420 | </action> |
| 421 | </pluginExecution> |
| 422 | <pluginExecution> |
| 423 | <pluginExecutionFilter> |
| 424 | <groupId>org.apache.maven.plugins |
| 425 | </groupId> |
| 426 | <artifactId>maven-enforcer-plugin</artifactId> |
| 427 | <versionRange>[1.3.1,)</versionRange> |
| 428 | <goals> |
| 429 | <goal>enforce</goal> |
| 430 | </goals> |
| 431 | </pluginExecutionFilter> |
| 432 | <action> |
| 433 | <ignore /> |
| 434 | </action> |
| 435 | </pluginExecution> |
| 436 | <pluginExecution> |
| 437 | <pluginExecutionFilter> |
| 438 | <groupId>org.apache.maven.plugins</groupId> |
| 439 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 440 | <versionRange>[1.5,)</versionRange> |
| 441 | <goals> |
| 442 | <goal>process</goal> |
| 443 | </goals> |
| 444 | </pluginExecutionFilter> |
| 445 | <action> |
| 446 | <ignore /> |
| 447 | </action> |
| 448 | </pluginExecution> |
| 449 | <pluginExecution> |
| 450 | <pluginExecutionFilter> |
| 451 | <groupId>org.codehaus.mojo</groupId> |
| 452 | <artifactId>native2ascii-maven-plugin</artifactId> |
| 453 | <versionRange>[1.0-beta-1,)</versionRange> |
| 454 | <goals> |
| 455 | <goal>native2ascii</goal> |
| 456 | </goals> |
| 457 | </pluginExecutionFilter> |
| 458 | <action> |
| 459 | <ignore /> |
| 460 | </action> |
| 461 | </pluginExecution> |
| 462 | </pluginExecutions> |
| 463 | </lifecycleMappingMetadata> |
| 464 | </configuration> |
| 465 | </plugin> |
| 466 | </plugins> |
| 467 | </pluginManagement> |
| 468 | </build> |
| 469 | </profile> |
| 470 | </profiles> |
| 471 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 472 | <reporting> |
| 473 | <plugins> |
| 474 | <plugin> |
| 475 | <groupId>org.apache.maven.plugins</groupId> |
| 476 | <artifactId>maven-site-plugin</artifactId> |
| 477 | <configuration> |
| 478 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
| 479 | <template>maven-site.vm</template> |
| 480 | </configuration> |
| 481 | </plugin> |
| 482 | <plugin> |
| 483 | <groupId>org.apache.maven.plugins</groupId> |
| 484 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 485 | </plugin> |
| 486 | <plugin> |
| 487 | <groupId>org.apache.maven.plugins</groupId> |
| 488 | <artifactId>maven-jxr-plugin</artifactId> |
| 489 | </plugin> |
| 490 | <plugin> |
| 491 | <groupId>org.apache.maven.plugins</groupId> |
| 492 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 493 | <reportSets> |
| 494 | <reportSet> |
| 495 | <reports> |
| 496 | <report>index</report> |
| 497 | <report>dependencies</report> |
| 498 | <report>project-team</report> |
| 499 | <report>mailing-list</report> |
| 500 | <report>issue-tracking</report> |
| 501 | <report>license</report> |
| 502 | <report>scm</report> |
| 503 | </reports> |
| 504 | </reportSet> |
| 505 | </reportSets> |
| 506 | </plugin> |
| 507 | </plugins> |
| 508 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 509 | </project> |