Configure release plugin
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -141,9 +141,10 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>${mvn.maven-release-plugin.version}</version>
|
<version>${mvn.maven-release-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<localCheckout>true</localCheckout>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
<releaseProfiles>release</releaseProfiles>
|
||||||
|
<goals>deploy</goals>
|
||||||
<pushChanges>false</pushChanges>
|
<pushChanges>false</pushChanges>
|
||||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
|
||||||
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
|
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user