Switch to side-by-side view

--- a/pom.xml
+++ b/pom.xml
@@ -73,12 +73,12 @@
         <dependency>
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-api</artifactId>
-            <version>2.1.2</version>
+            <version>2.2.6</version>
         </dependency>
         <dependency>
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-impl</artifactId>
-            <version>2.1.2</version>
+            <version>2.2.6</version>
             <scope>runtime</scope>
         </dependency>
         <!-- JSTL -->
@@ -136,6 +136,8 @@
                         <exclude>**/README</exclude>
                         <exclude>src/test/resources/**</exclude>
                         <exclude>src/main/resources/**</exclude>
+                        <exclude>*.sh</exclude>
+                        <exclude>settings.xml</exclude>
                     </excludes>
                 </configuration>
                 <executions>
@@ -161,6 +163,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>