Skip to content

Commit

Permalink
sign in package phase
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Aug 30, 2022
1 parent 68bc16b commit 878ac93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down Expand Up @@ -381,13 +381,11 @@
</plugins>
</build>


<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>


</project>

0 comments on commit 878ac93

Please sign in to comment.