Author: ozizka(a)redhat.com
Date: 2010-08-11 20:03:26 -0400 (Wed, 11 Aug 2010)
New Revision: 978
Modified:
branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
Log:
cargo.plugin.version -> 1.0.2
repos updated to JBoss Nexus
Modified: branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml 2010-08-03 23:41:46 UTC (rev 977)
+++ branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml 2010-08-12 00:03:26 UTC (rev 978)
@@ -18,7 +18,7 @@
<!-- Does not work in Maven 2.2.1 -->
<mavenConflictResolvers>newest,nearest</mavenConflictResolvers>
- <cargo.plugin.version>1.0.1-SNAPSHOT</cargo.plugin.version>
+ <cargo.plugin.version>1.0.2</cargo.plugin.version>
<jsfunit.version>1.2.0.Final</jsfunit.version> <!--
1.1.0.GA-HTMLUnit26 -->
<jvm.args.debug></jvm.args.debug> <!-- Used by the -Pdebug profile.
-->
@@ -45,7 +45,7 @@
<groupId>org.jboss.jopr</groupId>
<artifactId>jopr-embedded-jsfunit</artifactId>
<packaging>war</packaging>
- <name>JSFUnit Tests for Embedded Admin Console</name>
+ <name>Embedded Jopr - JSFUnit</name>
<ciManagement>
<system>hudson</system>
@@ -62,13 +62,13 @@
<repository>
<id>jboss</id>
<name>JBoss Release Repository</name>
- <
url>http://repository.jboss.org/maven2/</url>
+ <
url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>jboss-snapshots</id>
<name>JBoss Snapshot Repository</name>
- <
url>http://snapshots.jboss.org/maven2/</url>
+ <
url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
@@ -76,7 +76,7 @@
<pluginRepositories>
<pluginRepository>
<id>codehaus snapshot repository</id>
- <
url>http://snapshots.repository.codehaus.org/</url>
+ <url>http://snapshots.repository.codehaus.org</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -302,6 +302,7 @@
<groupId>dist-war-zip</groupId>
<artifactId>dist-war-zip</artifactId>
<type>zip</type>
+
<includes><include>**/*</include></includes>
<targetPath></targetPath>
</overlay>
</overlays>