plugin ends up in wrong directory when deployed with sftp ---------------------------------------------------------
Key: MPARTIFACT-53 URL: http://jira.codehaus.org/browse/MPARTIFACT-53 Project: maven-artifact-plugin Type: Bug Versions: 1.5.1 Reporter: Mark Donszelmann Fix For: 1.5.2 > when trying to deploy my plugin on my plugin on my own maven repository > using the latest 1.5.1 Artifact Plugin using sftp and a private key, > all seems to go well: > > plugin:repository-deploy: > [echo] Deploying... > Will deploy to 1 repository(ies): freehep > Deploying to repository: freehep > Uploading to freehep/poms/freehep-jas-plugin-1.0.pom: > .................... (6K) > Will deploy to 1 repository(ies): freehep > Deploying to repository: freehep > Uploading to freehep/plugins/freehep-jas-plugin-1.0.jar: > .................... (2K) > BUILD SUCCESSFUL > > however, the pom and jar files (including the md5 and sha1) ended up in: > > 'freehep' rather than in the subdirs 'freehep/plugins' and 'freehep/poms' > > it seems the type is forgotten... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]