summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-04 23:15:24 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-04 23:15:24 +0000
commit7143648c3377e3ff5e655c3b8c56d7bf75d8b91e (patch)
treec076dd5622974c112e362106602c1f80c8754119 /sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
parentadcdbcea4e797cee79477319ea85e6736bde06b9 (diff)
Small updates to webapp sample artifactId to group them together when imported in eclipse, but continue to use the simple names to produce war avoiding having users to type long names which was a concern of the tuscany community
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
index 4e45d20d5c..5f513cbbef 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-jms</artifactId>
+ <artifactId>sample-helloworld-jms-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample JMS HelloWorld in a WebApp</name>
@@ -58,6 +58,7 @@
<version>5.1.0</version>
<scope>runtime</scope>
</dependency>
+
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
@@ -67,7 +68,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-jms</finalName>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>