Author: nickboldt
Date: 2012-10-16 13:52:09 -0400 (Tue, 16 Oct 2012)
New Revision: 44530
Modified:
trunk/build/parent/pom.xml
Log:
add
https://repository.jboss.org/nexus/content/repositories/snapshots/ as a repository
from which to resolve stuff (fix for brno jenkins servers?)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-10-16 15:11:31 UTC (rev 44529)
+++ trunk/build/parent/pom.xml 2012-10-16 17:52:09 UTC (rev 44530)
@@ -761,6 +761,14 @@
<enabled>true</enabled>
</releases>
</repository>
+ <repository>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
<!-- Additional m2 repos to resolve things like
org.eclipse.tycho:tycho-maven-plugin:0.16.0-SNAPSHOT -->