diff options
Diffstat (limited to 'sca-java-2.x')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index 380ec14e03..2d026eb39d 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -65,7 +65,7 @@ <artifactItems> <artifactItem> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>helloworld-contribution</artifactId> + <artifactId>sample-helloworld-contribution</artifactId> <version>${pom.version}</version> <!-- should really go in the target folder but i can't get jetty:run to work using that --> <outputDirectory>src/main/webapp/WEB-INF/sca-contributions</outputDirectory> |