Update the helloworld sample itest to use the correct sample artifact name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0592bc4b4e
commit
af798b8f4c
1 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>helloworld-stripes</artifactId>
|
||||
<artifactId>sample-helloworld-stripes</artifactId>
|
||||
<type>war</type>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
@ -103,15 +103,15 @@
|
|||
to your local Tomcat installation -->
|
||||
<cargo.jvmargs><![CDATA[-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y]]></cargo.jvmargs>
|
||||
<cargo.servlet.port>8085</cargo.servlet.port>
|
||||
<context>helloworld-stripes</context>
|
||||
<context>sample-helloworld-stripes</context>
|
||||
</properties>
|
||||
<deployables>
|
||||
<deployable>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>helloworld-stripes</artifactId>
|
||||
<artifactId>sample-helloworld-stripes</artifactId>
|
||||
<type>war</type>
|
||||
<properties>
|
||||
<context>helloworld-stripes</context>
|
||||
<context>sample-helloworld-stripes</context>
|
||||
</properties>
|
||||
</deployable>
|
||||
</deployables>
|
||||
|
|
Loading…
Add table
Reference in a new issue