jakarta-commons-logging/jakarta-commons-logging-1.1.1-maven-release-plugin.patch

26 lines
899 B
Diff
Raw Normal View History

--- pom.xml 2007-11-22 00:27:52.000000000 +0100
+++ pom.xml-gil 2010-07-21 01:24:52.000000000 +0200
@@ -307,22 +307,6 @@
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-6</version>
- <configuration>
- <!--
- - The site needs to be built prior to deploy,
- - because it is included in the assembly.
- -->
- <goals>site deploy</goals>
- <!-- Pass these arguments to the deploy plugin. -->
- <arguments>-Prelease</arguments>
- </configuration>
- </plugin>
-
- <plugin>
<!--
- Many of JCL's tests use tricky techniques to place the generated
- JCL jarfiles on the classpath in various configurations. This means