Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 16:18:23 -0400 (Fri, 18 Apr 2008)
New Revision: 6520
Modified:
container/jboss42/branches/jbossws-jboss422/pom.xml
Log:
Use jbossws-parent
Modified: container/jboss42/branches/jbossws-jboss422/pom.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-18 20:18:20 UTC (rev
6519)
+++ container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-18 20:18:23 UTC (rev
6520)
@@ -8,17 +8,11 @@
<version>4.2.2-SNAPSHOT</version>
- <organization>
- <name>JBoss, a division of Red Hat</name>
- <url>http://www.jboss.org</url>
- </organization>
- <url>http://maven.apache.org</url>
-
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>3</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
</parent>
<!-- Properties -->
@@ -219,26 +213,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <showDeprecation>false</showDeprecation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>
Show replies by date