Changes
This commit is contained in:
parent
bb820b8197
commit
2380190fc9
@ -196,10 +196,6 @@
|
||||
<includes>
|
||||
<include>${project.build.directory}/${project.artifactId}-${project.version}.apk</include>
|
||||
</includes>
|
||||
<keystore>${sign.keystore}</keystore>
|
||||
<alias>${sign.alias}</alias>
|
||||
<storepass>${sign.storepass}</storepass>
|
||||
<keypass>${sign.keypass}</keypass>
|
||||
<verbose>true</verbose>
|
||||
</configuration>
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -238,7 +238,7 @@
|
||||
<configuration>
|
||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||
<useReleaseProfile>false</useReleaseProfile>
|
||||
<arguments>-Psonatype-oss-release -Prelease</arguments>
|
||||
<arguments>-Psonatype-oss-release -Prelease ${arguments}</arguments>
|
||||
<tagNameFormat>release-@{project.version}</tagNameFormat>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user