Skip to content

Commit eb5341d

Browse files
Skip local staging for nexus-staging
- we exclude deployment of the last module in reactor
1 parent 31a50a1 commit eb5341d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,17 @@
132132
</dependencyManagement>
133133

134134
<build>
135+
<pluginManagement>
136+
<plugins>
137+
<plugin>
138+
<groupId>org.sonatype.plugins</groupId>
139+
<artifactId>nexus-staging-maven-plugin</artifactId>
140+
<configuration>
141+
<skipLocalStaging>true</skipLocalStaging>
142+
</configuration>
143+
</plugin>
144+
</plugins>
145+
</pluginManagement>
135146
<plugins>
136147
<plugin>
137148
<groupId>org.simplify4u.plugins</groupId>

0 commit comments

Comments
 (0)