summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/implementation-java-calculator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/implementation-java-calculator/pom.xml')
-rw-r--r--java/sca/samples/implementation-java-calculator/pom.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/java/sca/samples/implementation-java-calculator/pom.xml b/java/sca/samples/implementation-java-calculator/pom.xml
index ccbca5cb57..ca07106d1a 100644
--- a/java/sca/samples/implementation-java-calculator/pom.xml
+++ b/java/sca/samples/implementation-java-calculator/pom.xml
@@ -59,39 +59,4 @@
</dependencies>
- <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>
- <version>1.1</version>
-
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant-trax</artifactId>
- <version>1.6.5</version>
- </dependency>
- </dependencies>
-
- <executions>
- <execution>
- <id>test-ant-scripts</id>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <ant antfile="./build.xml" target="run"/>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
--->
- </plugins>
- </build>
</project>