mirror of https://github.com/apache/archiva.git
reactor fix
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@604108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
463948cfb4
commit
8ee9653550
|
@ -47,7 +47,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<keystore>target/keystore</keystore>
|
<keystore>${basedir}/target/keystore</keystore>
|
||||||
<dname>cn=Brett Porter, ou=Archiva, L=Sydney, ST=NSW, o=Apache Software Foundation, c=AU</dname>
|
<dname>cn=Brett Porter, ou=Archiva, L=Sydney, ST=NSW, o=Apache Software Foundation, c=AU</dname>
|
||||||
<keypass>password</keypass>
|
<keypass>password</keypass>
|
||||||
<storepass>password</storepass>
|
<storepass>password</storepass>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<keystore>target/keystore</keystore>
|
<keystore>${basedir}/target/keystore</keystore>
|
||||||
<alias>mykey</alias>
|
<alias>mykey</alias>
|
||||||
<storepass>password</storepass>
|
<storepass>password</storepass>
|
||||||
<keypass>password</keypass>
|
<keypass>password</keypass>
|
||||||
|
|
Loading…
Reference in New Issue