Target: mvn clean install -PsystemTest -rf :system-test The systemTest profile is defined in the module pom: integration-test/system-test/pom.xml This specifies the test specification in full-test.xml which in turn specfies that the suite is described by the package dk.netarkivet.systemtest.functional. The tests in this package inherit from the class SeleniumTest which has a @BeforeSuite method which deploys the clean system using ssh and our standard deployment scripts. This version of the test uploads to devel bitmagasinet - SystemTest collection.