From 060d9d5cb0d38eff686dcef74bdb4118d9f077b0 Mon Sep 17 00:00:00 2001 From: Thorsten Vitt <thorsten.vitt@uni-wuerzburg.de> Date: Mon, 27 May 2013 11:26:19 +0000 Subject: [PATCH] Added a profile for services git-svn-id: https://develop.sub.uni-goettingen.de/repos/textgrid/trunk/services/aggregator@14078 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index ee4c889..562e89d 100644 --- a/pom.xml +++ b/pom.xml @@ -409,6 +409,24 @@ <aggregator.endpoint.published>http://test1.digital-humanities.de/aggregator</aggregator.endpoint.published> </properties> </profile> + <profile> + <id>services</id> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>tomcat-maven-plugin</artifactId> + <configuration> + <url>http://services:8080/manager</url> + <server>services</server> + </configuration> + </plugin> + </plugins> + </build> + <properties> + <aggregator.endpoint.published>https://textgridlab.org/1.0/aggregator</aggregator.endpoint.published> + </properties> + </profile> </profiles> <organization> <name>TextGrid</name> -- GitLab