after upgrade to maven 3.5.4 release plans fail when trying to upload source jar twice

2018-06-29 Thread Jim Sellers
Hi all. We have nexus reject over writing releases. After upgrading maven from 3.5.3 to 3.5.4, the release plan tries to upload the -sources jars twice, failing the build. This is for a multi module project. pom \- ear \- war Example error message [ERROR] Failed to execute goal

Re: where to specify pluginRepositories for a custom maven core extension

2018-06-29 Thread Nicolas Brasey
Hi Matthieu, Thanks for your comment. I did not know this project, I will have a look at it. I found a workaround with the new .mvn directory which contains a settings.xml which contains my private repos definition. Then I use .mvn/maven.config to specify to use this settings.xml file with the