--- a/pom.xml
+++ b/pom.xml
@@ -18,14 +18,16 @@
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.timbusproject.dpes.pi</groupId>
     <artifactId>webclient</artifactId>
     <packaging>war</packaging>
     <version>1.0-SNAPSHOT</version>
     <name>webclient</name>
-    <description>This web app provides access to the preservation identifier (http://kronos.ifs.tuwien.ac.at:8080/pi/preservationIdentifier).</description>
+    <description>This web app provides access to the preservation identifier
+        (http://kronos.ifs.tuwien.ac.at:8080/pi/preservationIdentifier).
+    </description>
     <url>http://timbusproject.net/</url>
 
     <inceptionYear>2014</inceptionYear>
@@ -216,6 +218,23 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>env-timbus</id>
+            <!-- Activated when -Denv=timbus is given as parameter. -->
+            <activation>
+                <property>
+                    <name>env</name>
+                    <value>timbus</value>
+                </property>
+            </activation>
+            <properties>
+                <tomcat.url>http://testbed.timbusproject.net:7080/manager/text</tomcat.url>
+                <tomcat.server>testbed.timbusproject.net</tomcat.server>
+            </properties>
+        </profile>
+    </profiles>
+
     <repositories>
         <repository>
             <id>olymp.ifs.tuwien.ac.at</id>