We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a50a1 commit eb5341dCopy full SHA for eb5341d
pom.xml
@@ -132,6 +132,17 @@
132
</dependencyManagement>
133
134
<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>
146
<plugins>
147
<plugin>
148
<groupId>org.simplify4u.plugins</groupId>
0 commit comments