[jboss-cvs] jboss-seam/build ...
Peter Muir
peter at bleepbleep.org.uk
Sat Sep 29 12:46:56 EDT 2007
User: pmuir
Date: 07/09/29 12:46:56
Modified: build parent.pom.xml
Log:
Oops
Revision Changes Path
1.3 +4 -4 jboss-seam/build/parent.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: parent.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/parent.pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- parent.pom.xml 29 Sep 2007 16:24:32 -0000 1.2
+++ parent.pom.xml 29 Sep 2007 16:46:55 -0000 1.3
@@ -14,13 +14,13 @@
<artifactId>root</artifactId>
<version>@seam.version@</version>
</parent>
- <pluginRepositories>
+ <!-- <pluginRepositories>
<pluginRepository>
<snapshots />
<id>m2-snapshot</id>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
</pluginRepository>
- </pluginRepositories>
+ </pluginRepositories>-->
<distributionManagement>
<snapshotRepository>
@@ -34,7 +34,7 @@
dependency:tree command useful for analyzing the dependency tree of a module
You'll also need the m2-snapshot repository enabled -->
<build>
- <pluginManagement>
+ <!-- <pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -42,7 +42,7 @@
<version>2.0-alpha-5-SNAPSHOT</version>
</plugin>
</plugins>
- </pluginManagement>
+ </pluginManagement>-->
</build>
</project>
More information about the jboss-cvs-commits
mailing list