Skip to content

Commit

Permalink
Skip local staging for nexus-staging
Browse files Browse the repository at this point in the history
- we exclude deployment of the last module in reactor
  • Loading branch information
slawekjaranowski committed Sep 25, 2022
1 parent 31a50a1 commit eb5341d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipLocalStaging>true</skipLocalStaging>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.simplify4u.plugins</groupId>
Expand Down

0 comments on commit eb5341d

Please # to comment.