We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f708cb commit 26151b6Copy full SHA for 26151b6
example/pom.xml
@@ -29,6 +29,24 @@
29
</execution>
30
</executions>
31
</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
+
50
<!-- compiler-plugin -->
51
<plugin>
52
<groupId>org.apache.maven.plugins</groupId>
0 commit comments