Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a8b9d44734..2e5d8e5c5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -613,6 +613,12 @@
</modules>
</profile>
<profile>
+ <id>ci</id>
+ <modules>
+ <module>aggregates/jetty-all</module>
+ </modules>
+ </profile>
+ <profile>
<id>update-version</id>
<build>
<plugins>

Back to the top