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