Error running 'mvn deploy'

2007-06-27 Thread Chris Russell
Hi, I just about have Maven configured so it can deploy my application. I am getting one error on the mvn deploy step: [INFO] Executing tasks [java] 07/06/26 19:05:53 Notification ==Application Deployer for ML3 STARTS. [java] 07/06/26 19:05:53 Notification ==Copy the archive to

Re: Error running 'mvn deploy'

2007-06-27 Thread Alex Mayorga Adame
Chris, Looks like you need to check the permissions of /app/oracle/ias/10131/Oracle_AS1/j2ee/home/applications/ in your file system. Verify that the credentials that run m2 have write permissions on it. It doesn't look like a Maven fault to me My 2ยข, Alex Chris Russell-4 wrote: Hi, I