Skip to content

Commit

Permalink
fix(deploy): run nexus maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 25, 2024
1 parent f293517 commit afd467c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit afd467c

Please sign in to comment.