summaryrefslogtreecommitdiffstats
path: root/java/sca/demos/alert-aggregator-webapp/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-08-05 06:55:40 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-08-05 06:55:40 +0000
commit6198a25e32e45a0a9295c50324de85aa2327a79f (patch)
tree49ba371d6ffae2787809eb464b7bba61a47bbc6b /java/sca/demos/alert-aggregator-webapp/pom.xml
parentd69f53e9e897c0dbe7923f41f504451076bbb983 (diff)
Change the port to 8085 to avoid build break on the Apache continumm machine
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/demos/alert-aggregator-webapp/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sca/demos/alert-aggregator-webapp/pom.xml b/java/sca/demos/alert-aggregator-webapp/pom.xml
index a628c44961..395981781c 100644
--- a/java/sca/demos/alert-aggregator-webapp/pom.xml
+++ b/java/sca/demos/alert-aggregator-webapp/pom.xml
@@ -281,6 +281,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
+ <version>1.0-alpha-5</version>
<executions>
<execution>
<id>start-container</id>
@@ -308,14 +309,14 @@
<wait>false</wait>
<configuration>
<properties>
- <cargo.servlet.port>8080</cargo.servlet.port>
+ <cargo.servlet.port>8085</cargo.servlet.port>
</properties>
<deployables>
<deployable>
<location>
${project.build.directory}/${project.build.finalName}.${project.packaging}
</location>
- <pingURL>http://localhost:8080/AlertsSourcesServiceJSONRPC</pingURL>
+ <pingURL>http://localhost:8085/AlertsSourcesServiceJSONRPC</pingURL>
</deployable>
</deployables>
<home>${project.build.directory}/cargo-jetty</home>