[codehaus-parent] Add forgotten patch

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue May 22 10:23:19 UTC 2012


commit 587169b479c3c07acb9cce6508628e734955f07c
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue May 22 12:23:10 2012 +0200

    Add forgotten patch

 codehaus-parent-enforcer.patch |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/codehaus-parent-enforcer.patch b/codehaus-parent-enforcer.patch
new file mode 100644
index 0000000..83ea882
--- /dev/null
+++ b/codehaus-parent-enforcer.patch
@@ -0,0 +1,32 @@
+--- codehaus-parent-3.pom	2012-05-22 12:14:30.464286905 +0200
++++ codehaus-parent-3.pom.new	2012-05-22 12:15:41.213299565 +0200
+@@ -45,29 +45,6 @@
+ 	</distributionManagement>
+ 
+ 	<build>
+-		<plugins>
+-			<plugin>
+-				<groupId>org.apache.maven.plugins</groupId>
+-				<artifactId>maven-enforcer-plugin</artifactId>
+-				<version>1.0-beta-1</version>
+-				<executions>
+-					<execution>
+-						<id>enforce-maven</id>
+-						<goals>
+-							<goal>enforce</goal>
+-						</goals>
+-						<configuration>
+-							<rules>
+-								<requireMavenVersion>
+-									<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
+-									<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
+-								</requireMavenVersion>
+-							</rules>
+-						</configuration>
+-					</execution>
+-				</executions>
+-			</plugin>
+-		</plugins>
+ 		<pluginManagement>
+ 			<plugins>
+ 				<plugin>


More information about the scm-commits mailing list