Relative path to keystore.
This commit is contained in:
parent
92ccdb14e9
commit
157a4c18c2
@ -11,6 +11,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<downloadSources>true</downloadSources>
|
||||
<downloadJavadocs>true</downloadJavadocs>
|
||||
<keysore.location>${project.basedir}/../../releng/JavaCompilerPlugin.Sign/eclipse-signing.keystore</keysore.location>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@ -205,7 +206,8 @@
|
||||
<artifactId>maven-jarsigner-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<configuration>
|
||||
<keystore>file:///home/michael/git/Plugin_JCC/JavaCompilerPlugin/releng/JavaCompilerPlugin.Sign/eclipse-signing.keystore</keystore>
|
||||
<keystore>${keysore.location}</keystore>
|
||||
<!-- keystore>C:\Users\michael\git\Plugin_JCC\JavaCompilerPlugin\releng\JavaCompilerPlugin.Sign\eclipse-signing.keystore</keystore -->
|
||||
<storepass>PASSWORD</storepass>
|
||||
<alias>dhbw.de</alias>
|
||||
<keypass>PASSWORD</keypass>
|
||||
|
Loading…
Reference in New Issue
Block a user