You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/12/14 06:29:09 UTC

svn commit: r604108 - /maven/archiva/trunk/archiva-web/archiva-applet/pom.xml

Author: brett
Date: Thu Dec 13 21:29:08 2007
New Revision: 604108

URL: http://svn.apache.org/viewvc?rev=604108&view=rev
Log:
reactor fix

Modified:
    maven/archiva/trunk/archiva-web/archiva-applet/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-applet/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-applet/pom.xml?rev=604108&r1=604107&r2=604108&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-applet/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-applet/pom.xml Thu Dec 13 21:29:08 2007
@@ -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>