On 12/2/05, Lukas Theussl <[EMAIL PROTECTED]> wrote: > 1.5.2 should work with maven 1.0.2, the documentation is not completely > accurate. I just did a successful jar:deploy using scp protocol and > private key. Did you specify the maven.repo.list=apache property and the > maven.repo.apache.privatekey as an absolute path?
Yes and yes, but it doesn't like something about the path to id_dsa. I copied it into the project, used -Dmaven.repo.apache.privatekey=id_dsa and then it worked. (Maybe the dot in the path, which included /wsmoak/.ssh/id_dsa, was a problem.) Should the filename for the .jar and the .pom match? I suppose it won't matter for Maven 1, but this is what got uploaded: jar:deploy: Uploading to tiles/poms/tiles-core-0.2-20051203.055537.pom: Uploading to tiles/jars/tiles-core-0.2-20051203.055551.jar: Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
