Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
pluginManagement 添加 maven-dependency-plugin,maven-release-plugin fix #87
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jul 11, 2017
1 parent 3ec073e commit 640414b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -1063,6 +1063,16 @@
<version>${v.maven-war-plugin}</version>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${v.maven-dependency-plugin}</version>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${v.maven-release-plugin}</version>
</plugin>

<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down

0 comments on commit 640414b

Please sign in to comment.