Skip to content

Commit 26151b6

Browse files
committed
skip nexus staging
1 parent 6f708cb commit 26151b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

example/pom.xml

+18
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@
2929
</execution>
3030
</executions>
3131
</plugin>
32+
<plugin>
33+
<groupId>org.sonatype.plugins</groupId>
34+
<artifactId>nexus-staging-maven-plugin</artifactId>
35+
<executions>
36+
<execution>
37+
<id>default-deploy</id>
38+
<phase>deploy</phase>
39+
<goals>
40+
<goal>deploy</goal>
41+
</goals>
42+
<configuration>
43+
<serverId>ossrh</serverId>
44+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
45+
</configuration>
46+
</execution>
47+
</executions>
48+
</plugin>
49+
3250
<!-- compiler-plugin -->
3351
<plugin>
3452
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)