remove duplicate dependency plugin usage
This commit is contained in:
parent
c5e3ed5afe
commit
0dcb3bec9a
|
@ -53,12 +53,6 @@
|
|||
<outputDirectory>${project.build.directory}/webapps</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>unpack-jetty-distro</id>
|
||||
<phase>process-test-resources</phase>
|
||||
|
|
Loading…
Reference in New Issue