summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
index 7c60031b6f..e737d7f8b0 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-servlet</artifactId>
+ <artifactId>sample-helloworld-servlet-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld Servlet</name>
@@ -48,7 +48,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-servlet</finalName>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>