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 bcb8fc41f8..3e8a5ce634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -652,6 +652,12 @@
</profile>
-->
<profile>
+ <id>ci</id>
+ <modules>
+ <module>aggregates/jetty-all</module>
+ </modules>
+ </profile>
+ <profile>
<id>update-version</id>
<build>
<plugins>

Back to the top