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
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
-rw-r--r--jetty-distribution/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 2195237850..ec7366ef38 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -506,6 +506,7 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <!-- NOT READY YET
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
@@ -513,6 +514,7 @@
<type>jar</type>
<version>${project.version}</version>
</dependency>
+ -->
<!-- <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jndi</artifactId>
<version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId> <version>${project.version}</version>
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