Skip to content

Commit

Permalink
skip common when deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jun 3, 2024
1 parent 3f9b1bb commit 3ada008
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions nebula-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,19 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<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>

<!-- maven-jar -->
Expand Down

0 comments on commit 3ada008

Please sign in to comment.