Author: antelder
Date: Fri Jan 30 12:45:57 2009
New Revision: 739261
URL: http://svn.apache.org/viewvc?rev=739261&view=rev
Log:
Start trying to get a full clean build to work, this sample build is failing
for me when building from the top of tuscany but works from within the sample,
can't work out why yet so commenting it out for now
Modified:
tuscany/java/sca/samples/implementation-java-calculator/pom.xml
Modified: tuscany/java/sca/samples/implementation-java-calculator/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/implementation-java-calculator/pom.xml?rev=739261&r1=739260&r2=739261&view=diff
==============================================================================
--- tuscany/java/sca/samples/implementation-java-calculator/pom.xml (original)
+++ tuscany/java/sca/samples/implementation-java-calculator/pom.xml Fri Jan 30
12:45:57 2009
@@ -62,6 +62,7 @@
<build>
<finalName>${artifactId}</finalName>
<plugins>
+<!--- commenting out just for now as its failing when building from the
tuscany/sca root, works from withing the sample folder, not sure why yet
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -90,6 +91,7 @@
</execution>
</executions>
</plugin>
+-->
</plugins>
</build>
</project>