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:
Brett Porter 2007-12-14 05:29:08 +00:00
parent 463948cfb4
commit 8ee9653550
1 changed files with 2 additions and 2 deletions

View File

@ -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>