Author: alessio.soldano(a)jboss.com
Date: 2012-02-24 06:24:51 -0500 (Fri, 24 Feb 2012)
New Revision: 15727
Modified:
stack/native/trunk/modules/resources/pom.xml
Log:
Leftovers from previous removal of 700 target
Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml 2012-02-24 11:23:13 UTC (rev 15726)
+++ stack/native/trunk/modules/resources/pom.xml 2012-02-24 11:24:51 UTC (rev 15727)
@@ -43,22 +43,12 @@
<phase>package</phase>
<configuration>
<excludes>
- <exclude>**/jbossws-jboss700/**</exclude>
<exclude>**/jbossws-jboss701/**</exclude>
<exclude>**/jbossws-jboss702/**</exclude>
</excludes>
</configuration>
</execution>
<execution>
- <id>jboss700</id>
- <goals><goal>jar</goal></goals>
- <phase>package</phase>
- <configuration>
- <classifier>jboss700</classifier>
-
<classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss700/jbossws.beans</classesDirectory>
- </configuration>
- </execution>
- <execution>
<id>jboss701</id>
<goals><goal>jar</goal></goals>
<phase>package</phase>
Show replies by date