Author: ffang
Date: Mon Sep 24 19:14:07 2007
New Revision: 579037
URL: http://svn.apache.org/viewvc?rev=579037&view=rev
Log:
[SM-1079]run mavn -Dmaven.test.skip=true -Dprofile=step2 will fail due to messy
profile property reference
Modified:
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
Modified:
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=579037&r1=579036&r2=579037&view=diff
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
(original)
+++ incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
Mon Sep 24 19:14:07 2007
@@ -60,6 +60,7 @@
<wsdls>
<wsdl>${basedir}/src/main/resources/person.wsdl</wsdl>
</wsdls>
+
<profile>org.codehaus.xfire.gen.jsr181.Jsr181Profile</profile>
<outputDirectory>${basedir}/target/jaxws</outputDirectory>
</configuration>
<goals>