Re: mvn tomcat:deploy fails with HTTP response 401

2012-05-01 Thread Pid
accepter aucune responsabilité pour le contenu fourni. Date: Sat, 28 Apr 2012 23:24:36 +0200 Subject: Re: mvn tomcat:deploy fails with HTTP response 401 From: hord...@gmail.com To: users@tomcat.apache.org Awesome! I added the pluginGroup and it worked now. Thank you! 2012/4/28 Olivier

RE: mvn tomcat:deploy fails with HTTP response 401

2012-04-30 Thread Martin Gainty
seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 28 Apr 2012 23:24:36 +0200 Subject: Re: mvn tomcat:deploy fails

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-30 Thread Olivier Lamy
peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 28 Apr 2012 23:24:36 +0200 Subject: Re: mvn tomcat:deploy fails with HTTP response 401 From: hord...@gmail.com To: users@tomcat.apache.org Awesome! I added

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Henrique Ordine
Thanks again for your help. I added pluginRepositories to my POM, but if I use tomcat6:deploy or tomcat6:run, Maven says: The plugin 'org.apache.maven.plugins:maven-tomcat6-plugin' does not exist or no valid version could be found I'm using Maven, 2.2.0 by the way. 2012/4/27 Olivier Lamy

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Olivier Lamy
Have a look here http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/index.html there is a section regarding content to add in ~/.m2/settings.xml or add the plugin declaration in the pom section buildpluginsplugin (rather than pluginManagement) HTH -- Olivier Lamy Talend:

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Henrique Ordine
Awesome! I added the pluginGroup and it worked now. Thank you! 2012/4/28 Olivier Lamy ol...@apache.org Have a look here http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/index.html there is a section regarding content to add in ~/.m2/settings.xml or add the plugin declaration in the pom

mvn tomcat:deploy fails with HTTP response 401

2012-04-27 Thread Henrique Ordine
Hi everybody, I'm trying to deploy my Maven Web App on my local Tomcat using the tomcat:deploy maven plugin, but the Manager application fails with a response code 401. I have Tomcat 6 installed on Mac OS Leopard, with Java 1.5. I manage to access my Tomcat/manager app with the user hordine,

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-27 Thread Olivier Lamy
Hello, That's something which has been fixed in trunk (I will probably release a 2.0 next week). 2012/4/27 Henrique Ordine hord...@gmail.com: Hi everybody, I'm trying to deploy my Maven Web App on my local Tomcat using the tomcat:deploy maven plugin, but the Manager application fails with a

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-27 Thread Henrique Ordine
Thanks for your reply. I made the changes that you suggested but tomcat:deploy still fails with the same error. tomcat:run works, but it was already working before. My POM file is attached, if you could have a look at it, it would be great. It's a small POM, I've only just started my App.

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-27 Thread Olivier Lamy
Add pluginRepositories pluginRepository idapache.snapshots/id nameApache Snapshots/name urlhttp://repository.apache.org/content/groups/snapshots-group//url releases enabledfalse/enabled /releases snapshots enabledtrue/enabled