Disabling jetty-all

This commit is contained in:
Joakim Erdfelt 2012-12-21 11:30:06 -07:00
parent 43a248aa58
commit ea2f87f4be
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>