</execution>
</executions>
<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>
<keypass>password</keypass>
<storepass>password</storepass>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
- <keystore>target/keystore</keystore>
+ <keystore>${basedir}/target/keystore</keystore>
<alias>mykey</alias>
<storepass>password</storepass>
<keypass>password</keypass>