Author: cziegeler
Date: Thu Jan 7 07:33:02 2016
New Revision: 1723477
URL: http://svn.apache.org/viewvc?rev=1723477&view=rev
Log:
Use parent pom 4
Modified:
felix/trunk/http/parent/pom.xml
Modified: felix/trunk/http/parent/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/parent/pom.xml?rev=1723477&r1=1723476&r2=1723477&view=diff
==============================================================================
--- felix/trunk/http/parent/pom.xml (original)
+++ felix/trunk/http/parent/pom.xml Thu Jan 7 07:33:02 2016
@@ -23,12 +23,11 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>3</version>
+ <version>4-SNAPSHOT</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<name>Apache Felix Http Parent POM</name>
- <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
<version>9-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -89,42 +88,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes combine.children="append">
- <!-- Used by maven-remote-resources-plugin -->
-
<exclude>src/main/appended-resources/META-INF/*</exclude>
- <!-- Generated by maven-remote-resources-plugin
-->
- <exclude>velocity.log</exclude>
- <!-- don't check anything in target -->
- <exclude>target/*</exclude>
- <!-- README files in markdown format -->
- <exclude>README.md</exclude>
- <!-- Ignore files generated bei IDE plugins e.g.
maven-eclipse-plugin -->
- <exclude>maven-eclipse.xml</exclude>
- <exclude>.*</exclude>
- <exclude>.*/**</exclude>
- <!-- Exclude all JSON files -->
- <exclude>**/*.json</exclude>
- <!-- Generated for release source archives -->
- <exclude>DEPENDENCIES</exclude>
- <!-- .rej files from svn/patch -->
- <exclude>**/*.rej</exclude>
- <!-- Exclude Java crash log files -->
- <exclude>hs_err_*.log</exclude>
- </excludes>
- </configuration>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</pluginManagement>
</build>