Re: maven-dependency-plugin skips unpack goal

2017-01-21 Thread Karl Heinz Marbaise
Hi, how is Maven called ? Which Maven Version do you use? Are you using "-T" option? What looks a little bit strnage to me is that a parent: "[00:34:50] : [Step 2/3] [INFO] JMS: Parent (POM) .. SUCCESS [22:08 min]" shows a time of 22 minutes ? Is this

Re: maven-dependency-plugin skips unpack goal

2017-01-21 Thread David Hoffer
Maven home: C:\Programs\Apache\Maven\apache-maven-3.3.9 Java version: 1.8.0_102, vendor: Oracle Corporation Java home: C:\Programs\Java\jdk1.8.0_102\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" Command line: mvn clean

Re: generated resources not in target jar

2017-01-21 Thread Gary Aitken
On 01/20/17 00:38, Anders Hammar wrote: > The best option to handle this is to use the add-resource goal of the > build-helper-maven-plugin. Just bind that to the build lifecycle as > outlined in the usage example [1] > > [1] http://www.mojohaus.org/build-helper-maven-plugin/usage.html Can you