We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c2c56 commit feb6442Copy full SHA for feb6442
1 file changed
pom.xml
@@ -164,6 +164,9 @@
164
<groupId>org.apache.maven.plugins</groupId>
165
<artifactId>maven-release-plugin</artifactId>
166
<version>3.1.0</version>
167
+ <configuration>
168
+ <releaseProfiles>release-sign-artifacts</releaseProfiles>
169
+ </configuration>
170
</plugin>
171
172
<!-- Publish Javadoc using: 'mvn clean javadoc:javadoc scm-publish:publish-scm' -->
0 commit comments