Trying to get jetty-all to be happy
This commit is contained in:
parent
f5a9849d93
commit
43a248aa58
|
@ -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>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue