Skip to content

Commit

Permalink
skip nexus staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Dec 16, 2021
1 parent 6f708cb commit 26151b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<serverId>ossrh</serverId>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</execution>
</executions>
</plugin>

<!-- compiler-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 26151b6

Please sign in to comment.