summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:53:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:53:35 +0000
commit59e23d4abcb9ec2849df0a26af4a45124e7ad743 (patch)
tree3b4e4772c0d9445f367b80e5476386ca1188ed9f
parentf3612dd55672bd29d817105e494276fc28b02a1d (diff)
Change helloworld sample back to be a jar instead of a zip as it is a bit simpler so for the very first sample it seems better to be as simple as possible
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935826 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index b79a238967..e480d4f534 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <packaging>zip</packaging>
+ <packaging>jar</packaging>
<artifactId>sample-helloworld</artifactId>
<name>Apache Tuscany SCA Sample Helloworld</name>
@@ -49,18 +49,10 @@
<finalName>${artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-zip-plugin</artifactId>
- <version>alpha2</version>
- <extensions>true</extensions>
- </plugin>
-
- <plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>
-
</plugins>
</build>
</project>