Skip to content

Commit

Permalink
JBTM-3778 add nexus-staging-maven-plugin to facilitate the releasing …
Browse files Browse the repository at this point in the history
…of the artifact
  • Loading branch information
mmusgrov committed Jan 10, 2024
1 parent de72d8b commit fbfdebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions narayana-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,11 @@

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit fbfdebd

Please sign in to comment.