Trying to get jetty-all to be happy

This commit is contained in:
Joakim Erdfelt 2012-12-21 11:01:17 -07:00
parent f5a9849d93
commit 43a248aa58
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.aggregate</groupId>

View File

@ -414,7 +414,6 @@
<module>tests</module>
<module>jetty-distribution</module>
<module>jetty-runner</module>
<module>aggregates</module>
<!-- modules that need fixed and added back, or simply dropped and not maintained
<module>jetty-rhttp</module>
@ -570,7 +569,7 @@
<profile>
<id>release</id>
<modules>
<module>aggregates</module>
<module>aggregates/jetty-all</module>
</modules>
</profile>
<profile>