summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/servlet-callback/pom.xml
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-07-27 19:33:21 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-07-27 19:33:21 +0000
commitaaa99f9d32a201b5b5b293d76144797f2395c302 (patch)
treedff479b0605f6c79d2ef60900d69ec2b510e8ba1 /sca-java-2.x/contrib/samples/servlet-callback/pom.xml
parent016a6884321fb431d865ebe4ceeae443e3026d10 (diff)
- Cleaned up servlet-callback sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/samples/servlet-callback/pom.xml')
-rw-r--r--sca-java-2.x/contrib/samples/servlet-callback/pom.xml46
1 files changed, 5 insertions, 41 deletions
diff --git a/sca-java-2.x/contrib/samples/servlet-callback/pom.xml b/sca-java-2.x/contrib/samples/servlet-callback/pom.xml
index d1fd22ac35..9eb12a8a80 100644
--- a/sca-java-2.x/contrib/samples/servlet-callback/pom.xml
+++ b/sca-java-2.x/contrib/samples/servlet-callback/pom.xml
@@ -26,12 +26,13 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-servlet-webapp</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>sample-servlet-callback-webapp</artifactId>
+ <version>1.0</version>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld Servlet</name>
+ <name>servlet-callback</name>
<dependencies>
-
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base-nodep</artifactId>
@@ -62,44 +63,7 @@
</dependencies>
<build>
- <finalName>helloworld-servlet</finalName>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
- <configuration>
- <contextPath>helloworld-servlet</contextPath>
- <stopKey>foo</stopKey>
- <stopPort>9999</stopPort>
- </configuration>
- <executions>
- <execution>
- <id>start-jetty</id>
- <phase>process-test-classes</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <scanIntervalSeconds>0</scanIntervalSeconds>
- <daemon>true</daemon>
- <connectors>
- <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>8085</port>
- </connector>
- </connectors>
- </configuration>
- </execution>
- <execution>
- <id>stop-jetty</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>stop</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
+ <finalName>servlet-callback</finalName>
</build>
</project>