Skip to content

Commit

Permalink
parent pom also need gpg to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Oct 26, 2022
1 parent 6dcd1af commit 629e184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions analytical_engine/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 629e184

Please sign in to comment.