diff --git a/pom.xml b/pom.xml
index ee4c889a1ef783df005f149c8426bdabd8c7f99e..562e89d16af6a924a9a582d6c94279d7b4e73aa4 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>