Skip to content

Commit

Permalink
🔧 修改pom
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Mar 17, 2020
1 parent db6e881 commit 823a43b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@
<profile>
<id>release</id>
<build>
<pluginManagement>
<plugins>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -221,7 +220,6 @@
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
<distributionManagement>
<snapshotRepository>
Expand All @@ -238,8 +236,7 @@
<profile>
<id>nexus</id>
<build>
<pluginManagement>
<plugins>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -254,7 +251,6 @@
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 823a43b

Please sign in to comment.