Author: pete.muir(a)jboss.org
Date: 2009-10-12 10:57:04 -0400 (Mon, 12 Oct 2009)
New Revision: 3957
Modified:
build/trunk/parent/pom.xml
Log:
add various plugins
Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml 2009-10-12 14:41:53 UTC (rev 3956)
+++ build/trunk/parent/pom.xml 2009-10-12 14:57:04 UTC (rev 3957)
@@ -47,6 +47,21 @@
</pluginRepository>
</pluginRepositories>
+ <repositories>
+ <repository>
+ <
id>oss.sonatype.org/jboss-snapshots</id>
+ <name>JBoss (Nexus) Snapshots Repository</name>
+
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+
<properties>
<!-- Force encoding to UTF-8 (bug on OS X) -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -85,6 +100,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Prelease</arguments>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
<version>2.0-beta-9</version>
</plugin>