Skip to content

Commit

Permalink
去掉对maven-dependency-plugin插件的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
feshfans committed Mar 29, 2018
1 parent eaa3f0e commit 94e68a7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions sandbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,6 @@
<build>
<finalName>sandbox-core-${project.version}</finalName>
<plugins>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-dependency-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>copy-dependencies</id>-->
<!--<phase>prepare-package</phase>-->
<!--<goals>-->
<!--<goal>copy-dependencies</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<outputDirectory>${project.build.directory}/lib</outputDirectory>-->
<!--<overWriteReleases>false</overWriteReleases>-->
<!--<overWriteSnapshots>false</overWriteSnapshots>-->
<!--<overWriteIfNewer>true</overWriteIfNewer>-->
<!--<excludeArtifactIds>-->
<!--tools-->
<!--</excludeArtifactIds>-->
<!--</configuration>-->
<!--</execution>-->

<!--</executions>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 94e68a7

Please sign in to comment.