Issue #1073 - JDK9 support in Jetty 9.3.x.

Specified Maven Assembly Plugin version only in root POM.
This commit is contained in:
Simone Bordet 2017-01-13 22:50:08 +01:00
parent d83bb06bd6
commit a684c028b5
3 changed files with 0 additions and 3 deletions

View File

@ -156,7 +156,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/html.xml</descriptor>

View File

@ -81,7 +81,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-3</version>
<executions>
<execution>
<phase>package</phase>

View File

@ -144,7 +144,6 @@
<!-- plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-3</version>
<executions>
<execution>
<phase>package</phase>