File apache-commons-parent-remove-build-plugin.patch of Package apache-commons-parent
Index: pom.xml
===================================================================
--- pom.xml.orig 2012-01-08 12:02:44.000000000 +0100
+++ pom.xml 2012-02-08 15:33:04.946040839 +0100
@@ -307,14 +307,6 @@
</plugin>
<!-- Other plugins, alpha order by groupId and artifactId -->
<plugin>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-build-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <commons.release.name>${commons.release.name}</commons.release.name>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<!-- N.B. 2.3.5 does not work on Java 5; see profile java-1.5-detected for the workround -->
@@ -391,10 +383,6 @@
</plugin>
<!-- Other plugins, alpha order by groupId and artifactId -->
<plugin>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-build-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
@@ -1064,14 +1052,6 @@
<commons.project-info.version>2.4</commons.project-info.version>
- <!-- Default values for the download-page generation by commons-build-plugin -->
- <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
- <commons.release.desc />
- <commons.binary.suffix>-bin</commons.binary.suffix>
- <commons.release.2.name>${project.artifactId}-${commons.release.2.version}</commons.release.2.name>
- <commons.release.2.desc />
- <commons.release.2.binary.suffix>-bin</commons.release.2.binary.suffix>
-
<!-- Commons Component Id -->
<commons.componentid>${project.artifactId}</commons.componentid>