Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-12-21 18:30:06 +0000
committerJoakim Erdfelt2012-12-21 18:30:06 +0000
commitea2f87f4bedad88f3e10ec7f29762fd8fd05af76 (patch)
tree36e1eb3dfc3f3a24a0cd38beb90f446ec8bf37d6 /pom.xml
parent43a248aa589a6d18ad2ce4dc6dd5af25de911775 (diff)
downloadorg.eclipse.jetty.project-ea2f87f4bedad88f3e10ec7f29762fd8fd05af76.tar.gz
org.eclipse.jetty.project-ea2f87f4bedad88f3e10ec7f29762fd8fd05af76.tar.xz
org.eclipse.jetty.project-ea2f87f4bedad88f3e10ec7f29762fd8fd05af76.zip
Disabling jetty-all
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ced92ccd60..02b01432d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,9 +568,11 @@
<profiles>
<profile>
<id>release</id>
+ <!-- Not ready yet
<modules>
<module>aggregates/jetty-all</module>
</modules>
+ -->
</profile>
<profile>
<id>update-version</id>

Back to the top