Re: maven-war-plugin issues report

2017-01-22 Thread Karl Heinz Marbaise
Hi, can you tell why are you using maven-war-plugin 2.4 ? and not the most recent version ? Furthermore can you show the pom files you are using ? May be it is better to create a new issue which links those you've mentioned... Are you using the most recent version of m2e ? Which Eclipse

maven-war-plugin issues report

2017-01-22 Thread Andy Wu
Hey , I am an user and developer of maven , and also an eclipse plugins developer working in Liferay .and we met a problem in mave-war-plugin: we found the same issue with https://issues.apache.org/jira/browse/MWAR-192 , and this ticket war fixed , but when we tried version 2.4 it still have such

Re: maven-dependency-plugin skips unpack goal

2017-01-22 Thread Karl Heinz Marbaise
Hi David, On 23/01/17 00:54, David Hoffer wrote: I will try all of these things the best I can, see my comments inline below. In addition to my comments below I have a question about how Maven handles plugin phases in a multi module build. Once the reactor module build order is established

Re: maven-dependency-plugin skips unpack goal

2017-01-22 Thread David Hoffer
I will try all of these things the best I can, see my comments inline below. In addition to my comments below I have a question about how Maven handles plugin phases in a multi module build. Once the reactor module build order is established does it build each module all the way to the final

Re: maven-dependency-plugin skips unpack goal

2017-01-22 Thread Karl Heinz Marbaise
Hi David, the first thing I strongly recommend to make a build of your project where you first clean the local cache ($HOME/.m2/repository) completely and just run your build via: mvn package -DskipTests=true (No usage of install!).. This should work without any issue...If it does not than

Re: maven-dependency-plugin skips unpack goal

2017-01-22 Thread David Hoffer
Any input on this? This is killing us right now...we don't have a way to get past this and builds are failing. We have no idea what to try to fix this. Any input is greatly appreciated. -Dave On Sat, Jan 21, 2017 at 7:18 AM, David Hoffer wrote: > Maven home: