Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-21 Thread Dan Tran
I just checked appassembler source, this plugin does populate project artifact if it is found. This mean i just need to configure the appassembler to run at package phase. It works -D On Sat, May 21, 2016 at 12:40 PM, Dan Tran wrote: > that would be awesome. appassembler-m-p

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-21 Thread Dan Tran
that would be awesome. appassembler-m-p should copy the primary jar to its lib directory. However, this also means it must run at package phase in order to see the jar-plugin output -D On Sat, May 21, 2016 at 1:39 AM, Robert Scholte wrote: > Hi Dan, > > So if I've correct

[ANN] Apache Maven Resources Plugin Version 3.0.0 Released

2016-05-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-resources-plugin/ Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin

RE: gpg bad signature

2016-05-21 Thread Vejcik, Steve
Thanks so much - getting sloppy ... Steve Vejcik Sr. Consultant, Innovative Solutions Group P: 312-985-2432 555 W Adams Street, 8th Floor Chicago IL 60661 transunion.com This email including, without limitation, the attachments, if any, accompanying this email, may contain

Re: gpg bad signature

2016-05-21 Thread Karl Heinz Marbaise
Hi, On 5/21/16 5:12 PM, Vejcik, Steve wrote: Hi Folks – just starting down the path of using Maven and am unable to verify the signature for the binary tar.gz archive: gpg --verify apache-maven-3.3.9-bin.tar.gz.asc apache-maven-3.3.9-bin.tar.gz.asc You have to use: gpg --verify

gpg bad signature

2016-05-21 Thread Vejcik, Steve
Hi Folks - just starting down the path of using Maven and am unable to verify the signature for the binary tar.gz archive: gpg --verify apache-maven-3.3.9-bin.tar.gz.asc apache-maven-3.3.9-bin.tar.gz.asc gpg: Signature made Tue 10 Nov 2015 10:44:20 AM CST using DSA key ID BB617866 gpg: BAD

Re: mvn site [ERROR] Unable to determine if resource

2016-05-21 Thread Bernd Eckenfels
Hello, the download URLs must be different if you use a mirror. If nothing changes your settings file is most likely not honored. Try specifying it explicitely with -s option and turn on debug logging, it will print what settings are loaded and in effect. 1492 [DEBUG] Reading global settings

RE: mvn site [ERROR] Unable to determine if resource

2016-05-21 Thread sekaijin
I tried somes settings.xml without a declaration of mirrors with a statement for all mirrors (*) with an individual statement by mirror I always get the same result. exactly the same logs. A+JYT -- View this message in context:

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-21 Thread Robert Scholte
Hi Dan, So if I've correct the appassemble-maven-plugin assumes all jars are already put in the /lib directory by another plugin. I think it is more correct to let the plugin pull its libraries to this folder instead. WDYT? Robert On Fri, 20 May 2016 22:26:45 +0200, Dan Tran