Author: asoldano
Date: 2014-02-07 12:43:21 -0500 (Fri, 07 Feb 2014)
New Revision: 18319
Modified:
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml
Log:
[JBWS-3617] Also set pluginRepository to jboss nexus and move to latest jaxws tools
plugin
Modified:
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml
===================================================================
---
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml 2014-02-07
17:20:57 UTC (rev 18318)
+++
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml 2014-02-07
17:43:21 UTC (rev 18319)
@@ -45,6 +45,12 @@
<
url>http://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>JBOSS_NEXUS</id>
+ <
url>http://repository.jboss.org/nexus/content/groups/public</url>
+ </pluginRepository>
+ </pluginRepositories>
<build>
<testResources>
<!-- Copy the Log4J configuration in the test classpath -->
@@ -85,7 +91,7 @@
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
<artifactId>maven-jaxws-tools-plugin</artifactId>
- <version>1.1.1.Final</version>
+ <version>1.1.2.Final</version>
<configuration>
<verbose>true</verbose>
</configuration>