diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml
index 847d8f1..9a925ce 100644
--- a/testsuite/integration-arquillian/tests/other/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/pom.xml
@@ -21,9 +21,8 @@
<modules>
<module>adapters</module>
- <module>console</module>
</modules>
-
+
<build>
<pluginManagement>
<plugins>
@@ -112,6 +111,12 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>console-ui-tests</id>
+ <modules>
+ <module>console</module>
+ </modules>
+ </profile>
</profiles>
</project>