Re: Confused with activeProfile

2008-09-25 Thread Marc Schneider
Hi Jörg, Thanks for your answer, I understand what you mean. So I tried to add to the *parent's pom* this : true after mvn clean install I get this strange error : [ERROR] FATAL ERROR [INFO] [INFO] The -uriroot o

RE: Confused with activeProfile

2008-09-25 Thread Jörg Schaible
Hi Marc, Marc Schneider wrote: > Hello Brett, > > The error I have is : > > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Cannot invoke > Tomcat manager > > And then > java.io.IOException: Server returned HTTP response code: 401 > > which means "unauthorized". > > In

Re: Confused with activeProfile

2008-09-25 Thread Marc Schneider
Hello Brett, The error I have is : [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Cannot invoke Tomcat manager And then java.io.IOException: Server returned HTTP response code: 401 which means "unauthorized". In fact this clearly shows that some parameters are missing. S

Re: Confused with activeProfile

2008-09-24 Thread Brett Porter
2008/9/18 Marc Schneider <[EMAIL PROTECTED]>: > So running : > mvn -P testLocal clean tomcat:deploy > > should be equivalent to : > > mvn clean tomcat:deploy ? > > But if I don't put -P testLocal I get an error message as if some > parameters are missing. What is the error message? - Brett -- B