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

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

2018-06-27 Thread Matthieu BROUILLARD
Hi Nicolas, If you want perhaps you can also contribute to https://github.com/jgitver/jgitver-maven-plugin which computes project version automatically for maven (there is also a gradle project). Concerning your question, I never had such a problem. My core extensions are downloaded from the

where to specify pluginRepositories for a custom maven core extension

2018-06-27 Thread Nicolas Brasey
Hi, I developed a maven core extension which controls the project version and the distribution managment repository depending on the git branch before the build starts. I specify the coordinates of my extension by providing a file which is located in the project git repo, inside