Re: My maven is trying to download artifacts from an incorrect repository

2020-06-04 Thread Debashish Ghosh
Thanks a lot for your suggestion it worked ! One of the very first poms downloaded was pointing to a wrong repository .. On Thu, Jun 4, 2020 at 6:26 AM John Patrick wrote: > I would try building with a temporary local maven repo to see if > something got corrupt/wrong/incorrect in your user's

RE: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Meir Yanovich
This is totally wired im debugging the plugin and I see that it ignores and don’t load what I configured under : Nothing . it is using some kind of default parameters . why does it ignore the configuration ? -Original Message- From: Karl Heinz Marbaise Sent: Thursday, 4 June

Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Karl Heinz Marbaise
Hi, On 04.06.20 14:17, Bram Patelski wrote: You can use the finalName property in the build-section of the Maven pom-file: test . . . This will only change the name in target directory but not the name in the EAR file ... Kind regards Karl Heinz Marbaise

Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Bram Patelski
You can use the finalName property in the build-section of the Maven pom-file: test . . . https://stackoverflow.com/questions/14488509/maven-how-to-rename-the-war-file-for-the-project PGP key: https://keys.mailvelope.com/pks/lookup?op=get=0xF31094A567CE732E On Wed, Jun 3, 2020 at 9:44

Re: My maven is trying to download artifacts from an incorrect repository

2020-06-04 Thread John Patrick
I would try building with a temporary local maven repo to see if something got corrupt/wrong/incorrect in your user's repo, so i would do; $ mvn -Dmaven.repo.local=./mvn-repo clean install that would for that execution download everything into a local mvn-repo directory if that works then your

[ANN] Apache Maven Shade Plugin 3.2.4 Released

2020-06-04 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.4 This plugin repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes.