You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2007/09/25 04:14:07 UTC

svn commit: r579037 - /incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml

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>