Skip to content

Commit

Permalink
[POM] fix signature problem on deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZunwenYou committed Nov 24, 2017
1 parent f6bab88 commit d654b42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- Sub modules will generate scala style docs with scala-maven-plugin -->
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
Expand All @@ -112,15 +113,15 @@
</goals>
</execution>
</executions>
</plugin>
</plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit d654b42

Please sign in to comment.