Skip to content

Commit

Permalink
POM signing
Browse files Browse the repository at this point in the history
  • Loading branch information
vigna committed Mar 7, 2023
1 parent 016bc20 commit 3edb5bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<arg value="--yes"/>
<arg value="${maven-core-javadoc-jar}"/>
</exec>
<exec executable="gpg">
<arg value="-sba"/>
<arg value="--yes"/>
<arg value="pom-core.xml"/>
</exec>

<resolver:deploy>
<pom file="pom-core.xml"/>
Expand Down Expand Up @@ -162,6 +167,11 @@
<arg value="--yes"/>
<arg value="${maven-javadoc-jar}"/>
</exec>
<exec executable="gpg">
<arg value="-sba"/>
<arg value="--yes"/>
<arg value="pom.xml"/>
</exec>

<resolver:deploy>
<pom file="pom.xml"/>
Expand Down

0 comments on commit 3edb5bc

Please sign in to comment.