Author: fnasser(a)redhat.com
Date: 2009-11-27 17:20:21 -0500 (Fri, 27 Nov 2009)
New Revision: 11165
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Add our own repo for maven plugins -- the maven own doesn't seem to have the compiler
plugin 2.0.2.SP2 that we are looking for
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-11-27 18:05:01 UTC (rev 11164)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-11-27 22:20:21 UTC (rev 11165)
@@ -568,6 +568,18 @@
</snapshots>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ </pluginRepository>
+ </pluginRepositories>
<!-- Profiles -->
<profiles>