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 4c5654d commit 8a58b35Copy full SHA for 8a58b35
pom.xml
@@ -81,14 +81,10 @@
81
<tagNameFormat>@{project.version}</tagNameFormat>
82
</configuration>
83
</plugin>
84
- <!-- Skip the maven release default deploy, we use the nexus staging plugin for this-->
85
<plugin>
86
<groupId>org.apache.maven.plugins</groupId>
87
<artifactId>maven-deploy-plugin</artifactId>
88
<version>3.0.0-M1</version>
89
- <configuration>
90
- <skip>true</skip>
91
- </configuration>
92
93
94
0 commit comments