Issue #5264 - Disabling jetty-distribution from build reactor
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
4ecff26022
commit
d0b8a31411
3
pom.xml
3
pom.xml
|
@ -130,7 +130,7 @@
|
|||
<module>tests</module>
|
||||
<module>examples</module>
|
||||
<module>jetty-quickstart</module>
|
||||
<module>jetty-distribution</module>
|
||||
<!-- <module>jetty-distribution</module> -->
|
||||
<module>jetty-runner</module>
|
||||
<module>jetty-http-spi</module>
|
||||
<module>jetty-osgi</module>
|
||||
|
@ -1246,6 +1246,7 @@
|
|||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>config-assembly</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
|
|
Loading…
Reference in New Issue