Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 05:31:10 -0400 (Tue, 06 May 2008)
New Revision: 6893
Modified:
stack/native/trunk/
stack/native/trunk/pom.xml
stack/native/trunk/src/main/distro/jbossws-deploy-macros.xml
Log:
Fix missing defauilt configs
Property changes on: stack/native/trunk
___________________________________________________________________
Name: svn:ignore
- ant.properties
.settings
target
+ ant.properties
.settings
target
profiles.xml
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-06 08:45:47 UTC (rev 6892)
+++ stack/native/trunk/pom.xml 2008-05-06 09:31:10 UTC (rev 6893)
@@ -569,9 +569,8 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <testFailureIgnore>true</testFailureIgnore>
<includes>
- <include>jaxws/samples/**/*TestCase</include>
+
<include>org/jboss/test/ws/jaxws/samples/**/*TestCase.java</include>
</includes>
</configuration>
</plugin>
Modified: stack/native/trunk/src/main/distro/jbossws-deploy-macros.xml
===================================================================
--- stack/native/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-05-06 08:45:47 UTC
(rev 6892)
+++ stack/native/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-05-06 09:31:10 UTC
(rev 6893)
@@ -308,6 +308,11 @@
<include name="META-INF/**"/>
</fileset>
</copy>
+ <copy todir="@{targetdir}/META-INF">
+ <fileset dir="@{artifactsdir}/resources">
+ <include name="standard-*-config.xml"/>
+ </fileset>
+ </copy>
</sequential>
</macrodef>
Show replies by date