Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 12:18:37 -0400 (Thu, 22 Apr 2010)
New Revision: 12100
Added:
stack/native/tags/jbossws-native-3.3.0.CR2/README
Modified:
stack/native/tags/jbossws-native-3.3.0.CR2/pom.xml
Log:
[JBWS-3005] Updating pom.xml + adding readme
Added: stack/native/tags/jbossws-native-3.3.0.CR2/README
===================================================================
--- stack/native/tags/jbossws-native-3.3.0.CR2/README (rev 0)
+++ stack/native/tags/jbossws-native-3.3.0.CR2/README 2010-04-22 16:18:37 UTC (rev 12100)
@@ -0,0 +1,5 @@
+Setting up Maven environment
+----------------------------
+
+In order to build this version of JBossWS you need to properly setup your local Maven
settings.
+Please look at
https://community.jboss.org/wiki/JBossWS-Mavenization#Create_or_Update_Ma...
Modified: stack/native/tags/jbossws-native-3.3.0.CR2/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.3.0.CR2/pom.xml 2010-04-22 16:18:27 UTC (rev
12099)
+++ stack/native/tags/jbossws-native-3.3.0.CR2/pom.xml 2010-04-22 16:18:37 UTC (rev
12100)
@@ -16,6 +16,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
+ <description>JBossWS Native stack</description>
<version>3.3.0.CR2</version>
@@ -23,7 +24,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.5.GA</version>
+ <version>1.0.6.GA</version>
</parent>
<!-- Source Control Management -->
@@ -480,24 +481,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <
url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <
url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>