Re: [flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-11 Thread Christofer Dutz
The deployer wasn't created by me, so I cant be of much assistance here. Eventually you would get more help with this on the Apache Flex User list. To me it looks as it the deployer is trying to create a process and the operating system ist preventing this ... unfortunately I don't know exactly

Re: [flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-11 Thread Jose Barragan
You may pass the full path to executable of maven, C:\Apache Software Foundation\apache-maven-3.0.4\bin is imcomplete may be pass something like that: C:\Apache Software Foundation\apache-maven-3.0.4\bin\mvn -- Jose Barragan Software Architect Chief josebarra...@apache.org On Jan 11,

[flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-10 Thread Asking Dumbquestions
So, after mavenizing some SDK for deployment, I tried to deploy using the command for the SDKDeployer, however, I get an Access is denied error. Now, my Maven settings.xml file does specify my credentials for my Nexus repo, so...? Hmm... do I need to somehow pass these to the SDKDeployer?