Author: pete.muir(a)jboss.org
Date: 2009-12-17 11:34:34 -0500 (Thu, 17 Dec 2009)
New Revision: 11860
Modified:
modules/faces/trunk/pom.xml
Log:
reference snapshots server
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2009-12-17 16:23:46 UTC (rev 11859)
+++ modules/faces/trunk/pom.xml 2009-12-17 16:34:34 UTC (rev 11860)
@@ -13,23 +13,23 @@
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Faces Module</name>
+
+ <!-- Snapshots repo to get parent -->
+ <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>
- <build>
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <suiteXmlFiles>
-
<suiteXmlFile>src/test/resources/test-suite.xml</suiteXmlFile>
- </suiteXmlFiles>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
-
<dependencies>
<dependency>