I'm trying to use the artifact plugin to deploy to my repo. from the artifact plugin.....
<ant:exec dir="." executable="${commander}">
<ant:arg line="-l ${username} ${siteAddress} '${assureDirectoryCommand} ${resolvedDirectory}'"/>
</ant:exec>
When I run the deploy:artifact tag from maven it hangs. I grabbed the command line by using maven -X. When I executed the command line by hand it prompted for a password after which it then continued and completed the mkdir task. I'm using plink (putty command line) anyone know how I input the password when executing the artifcat tag from within maven?
cheers Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
