Re: mvn tomcat:deploy fails with HTTP response 401

2012-05-01 Thread Pid
igatoire. É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 with HTTP response 401 >

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-30 Thread Olivier Lamy
#x27;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:

RE: mvn tomcat:deploy fails with HTTP response 401

2012-04-30 Thread Martin Gainty
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 Lamy > > > Have a look here > > http://tomcat

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 > 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 bui

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 build>plugins>plugin (rather than pluginManagement) HTH -- Olivier Lamy Talend: http://coders.talend.

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Henrique Ordine
Thanks again for your help. I added 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 > Add > > >

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-27 Thread Olivier Lamy
Add apache.snapshots Apache Snapshots http://repository.apache.org/content/groups/snapshots-group/ false true Note now you must use tomcat6:run or tomcat7:run (depending tomcat version you want to use). I'd like to know

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. Thank

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 : > 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 co

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", th