summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/domain-management
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 05:16:16 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 05:16:16 +0000
commitf18c26db1d811864ea643b364ade66b7fdbbf065 (patch)
tree473da042ebb0398b149b1a41994cdb5de223ee61 /branches/sca-java-1.4/samples/domain-management
parentfa54127c12bc7f32cbd3124fcc94235bd918cf4f (diff)
Fixes for TUSCANY-2736
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/samples/domain-management')
-rw-r--r--branches/sca-java-1.4/samples/domain-management/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/branches/sca-java-1.4/samples/domain-management/pom.xml b/branches/sca-java-1.4/samples/domain-management/pom.xml
index 22cb833056..a39ba75695 100644
--- a/branches/sca-java-1.4/samples/domain-management/pom.xml
+++ b/branches/sca-java-1.4/samples/domain-management/pom.xml
@@ -172,22 +172,9 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>