Skip to content
Snippets Groups Projects
Commit 060d9d5c authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Added a profile for services

parent d205afb0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment