44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
--- pom.xml 2010-04-20 03:00:29.000000000 +0200
|
|
+++ pom.xml 2010-11-06 15:59:59.509445003 +0100
|
|
@@ -251,14 +251,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>
|
|
<!-- version 1.4.x is required for JDK 1.4 compatibilty -->
|
|
@@ -363,10 +355,6 @@
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
- <plugin>
|
|
- <groupId>org.apache.commons</groupId>
|
|
- <artifactId>commons-build-plugin</artifactId>
|
|
- </plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
@@ -740,14 +728,6 @@
|
|
<commons.surefire.java />
|
|
<commons.surefire.version>2.5</commons.surefire.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>
|
|
|