Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 835894a2..fc6c8aec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,18 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>uts</id>
+ <modules>
+ <module>m2e-core-tests</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>its</id>
+ <modules>
+ <module>m2e-core-tests</module>
+ </modules>
+ </profile>
</profiles>
<developers>

Back to the top