clean out comment

This commit is contained in:
Jesse McConnell 2018-08-31 16:22:25 -05:00
parent e893dd2546
commit 3bea46c03c
No known key found for this signature in database
GPG Key ID: 61C3351A438A3B7D
1 changed files with 0 additions and 26 deletions

View File

@ -140,32 +140,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<!--
The jetty-home artifact is the starting point for the jetty-distribution
and must happen early in the build process
-->
<!--
<execution>
<id>unpack-jetty-home</id>
<phase>package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-home</artifactId>
<version>${project.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${home-directory}</outputDirectory>
</artifactItem>
</artifactItems>
<excludes>META-INF/**</excludes>
</configuration>
</execution>
-->
<execution>
<id>copy</id>
<phase>prepare-package</phase>