[jboss-cvs] JBossAS SVN: r109186 - projects/ejb3/trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Nov 6 09:37:54 EDT 2010
Author: jaikiran
Date: 2010-11-06 09:37:52 -0400 (Sat, 06 Nov 2010)
New Revision: 109186
Modified:
projects/ejb3/trunk/build/pom.xml
Log:
Fix the enforcer version by explicitly specifying the version for the plugin. In the absence of a version Maven ends up downloading a (corrupt) 1.1-SNAPSHOT of the enforcer plugin\!
Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml 2010-11-06 02:51:03 UTC (rev 109185)
+++ projects/ejb3/trunk/build/pom.xml 2010-11-06 13:37:52 UTC (rev 109186)
@@ -157,6 +157,7 @@
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-beta-1</version>
<executions>
<execution>
<id>enforce-banned-dependencies</id>
More information about the jboss-cvs-commits
mailing list