Re: Maven 3 and cargo plugin

2011-08-05 Thread bluewhale
Hi Benjamin, mvn carg2:help works. I got some successful maven downloads with this command. Now I run into the next problem, where cargo tells me that it find no glassfish plugin, as im trying to deploy to a locally installed glassfish: [ERROR] No plugin found for prefix 'glassfish' in the curre

Re: Maven 3 and cargo plugin

2011-08-04 Thread bluewhale
Hm I think i have found something. It looks like if my local repository is beeing ignored. Instead of downloading the plugin in the specified directory from the settings.xml my maven3 is creating a repository for the plugin in my users .m2 dir? Why, all other dependencies are going in the specified

Re: Maven 3 and cargo plugin

2011-08-04 Thread bluewhale
Hi there, I have the same problem and followed this thread, however the solution ist not working for me. My result ist still; No plugin found for prefix 'cargo'. I'm a bit clueless. Have you solved your problem in between? Cheers Stefan C:\Users\Stefan\.m2>mvn cargo:help [INFO] Scanning for pr

Re: cargo tomcat configurations in settings.xml

2011-08-04 Thread bluewhale
Hi there, I have the same problem and followed this thread, however the solution ist not working for me. I have added the caro line in my settings.xml and copied it also to my users .m2 directory (though before a mvn help:effective-settings showed that the line was already active). My result ist