diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps/helloworld')
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml index 1d8a7d3a72..627ca062d3 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>helloworld</artifactId> + <artifactId>sample-helloworld-webapp</artifactId> <name>Apache Tuscany SCA Sample Helloworld</name> <packaging>war</packaging> @@ -49,7 +49,7 @@ </dependencies> <build> - <finalName>${artifactId}</finalName> + <finalName>helloworld</finalName> <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> |