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