You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/11/01 16:45:07 UTC

svn commit: r469941 - /incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml

Author: antelder
Date: Wed Nov  1 07:45:07 2006
New Revision: 469941

URL: http://svn.apache.org/viewvc?view=rev&rev=469941
Log:
chg from package to install as this is shared by the webapp sample

Modified:
    incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml?view=diff&rev=469941&r1=469940&r2=469941
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator/pom.xml Wed Nov  1 07:45:07 2006
@@ -41,7 +41,7 @@
     </dependencies>
 
     <build>
-        <defaultGoal>package</defaultGoal>
+        <defaultGoal>install</defaultGoal> <!-- requires install as this sample is also used by the webapp sample -->
         <finalName>${artifactId}</finalName>
         <plugins>
             <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org