From: Brett Porter Date: Fri, 14 Dec 2007 04:37:50 +0000 (+0000) Subject: [MRM-623] generate the certificate as part of the build instead X-Git-Tag: archiva-1.0.1~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=463948cfb4671b67b68ad543f0073dc230d44b7a;p=archiva.git [MRM-623] generate the certificate as part of the build instead git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@604101 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-web/archiva-applet/pom.xml b/archiva-web/archiva-applet/pom.xml index 40717c823..3ddb812cc 100644 --- a/archiva-web/archiva-applet/pom.xml +++ b/archiva-web/archiva-applet/pom.xml @@ -33,12 +33,33 @@ + + org.codehaus.mojo + keytool-maven-plugin + 1.0-beta-1 + + + generate-resources + + clean + genkey + + + + + target/keystore + cn=Brett Porter, ou=Archiva, L=Sydney, ST=NSW, o=Apache Software Foundation, c=AU + password + password + 10000 + + org.apache.maven.plugins maven-jar-plugin 2.1 - src/keystore/keystore + target/keystore mykey password password diff --git a/archiva-web/archiva-applet/src/keystore/keystore b/archiva-web/archiva-applet/src/keystore/keystore deleted file mode 100644 index 7c513ad41..000000000 Binary files a/archiva-web/archiva-applet/src/keystore/keystore and /dev/null differ