From c4ae1a204a01ddfdc8b396c8f39055263b8c536e Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 24 Dec 2004 00:36:23 +0000 Subject: [PATCH] Refer to some extra Maven properties (which should be implemented in build.properties if needed) which I found useful for SSH deployment via PuTTY. --- project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.properties b/project.properties index b165308aaf..1754893248 100644 --- a/project.properties +++ b/project.properties @@ -120,10 +120,12 @@ maven.repo.acegi.directory=/home/groups/a/ac/acegisecurity/htdocs/maven maven.repo.acegi.group=acegisecurity # These must be set elsewhere # Useful background: http://jira.codehaus.org/secure/attachment/13459/site-deployment.xml +# List of applicable properties: http://maven.apache.org/reference/plugins/artifact/properties.html #maven.repo.acegi.username= #maven.repo.acegi.privatekey= #maven.repo.acegi.passphrase= -#maven.ssh.executable= +#maven.repo.acegi.ssh.executable= +#maven.repo.acegi.scp.executable= # clover-ant.jar overriding as maven-clover-plugin-1.6 uses clover-ant-1.3_01 # which gives an "Invalid license: Invalid license file [E1202]"