]> source.dussan.org Git - archiva.git/commitdiff
reactor fix
authorBrett Porter <brett@apache.org>
Fri, 14 Dec 2007 05:29:08 +0000 (05:29 +0000)
committerBrett Porter <brett@apache.org>
Fri, 14 Dec 2007 05:29:08 +0000 (05:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@604108 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-applet/pom.xml

index 3ddb812cc1e25b64e674a50f9fcfb3f035443cf9..14f912f932fb624f7cc06f59790284d08f7625a9 100644 (file)
@@ -47,7 +47,7 @@
           </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>
@@ -59,7 +59,7 @@
         <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>