Re: war + webapp dependency classifier

2014-01-15 Thread Jörg Schaible
Hi Adrian, Adrien Ruffié wrote: > Hello all, > > I have maven 3 > > I have a webapp which derived from a first webapp, I have read this > article: > > http://ovaraksin.blogspot.fr/2011/09/inheritance-in-maven-based-web-projects > .html > > But when I try to done following command, "mvn clean

Re: war + webapp dependency classifier

2014-01-15 Thread Adrien Rivard
Hi, Is the mycompany-parent pom.xml in the directory corresponding to ../pom.xml at version -003 ? If it is not it may be not used . You should either and put it to 001-SNAPSHOT if you want to use the relativePath file or let the relativePath empty ( ) to use the released version (or don't speci

war + webapp dependency classifier

2014-01-15 Thread Adrien Ruffié
Hello all, I have maven 3 I have a webapp which derived from a first webapp, I have read this article: http://ovaraksin.blogspot.fr/2011/09/inheritance-in-maven-based-web-projects .html But when I try to done following command, "mvn clean package" or a simple "mvn dependency:tree" I get the fol