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

2018-06-29 Thread Nicolas Brasey
ct > 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 repositories I push them to (in my case central). > > Regards, > > Matthieu Brouillard > > On Wed, Jun 27

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

Define Logger level in a plugin

2018-04-18 Thread Nicolas Brasey
Hi all, I wrote a mvn plugin and I'm a third party library which is way too verbose for my taste in INFO. How can I, in my plugin, programmatically change the level of a logger ? But AFAIK maven uses by default sl4j simplelogger which does not offer this possibility, am I right ? Do I have

Re: A maven plugin to add dynamically a repository at build time

2018-04-09 Thread Nicolas Brasey
gt; > And your maven command should like: > mvn -Drepo.name=some.repo.name -Drepo.url=relevant.url > > > What do you say? > > YG > > > > > -Original Message- > From: Nicolas Brasey [mailto:nicolas.bra...@gmail.com] > Sent: Monday, April 09, 2018 20:41 &

A maven plugin to add dynamically a repository at build time

2018-04-09 Thread Nicolas Brasey
Hi, In my continuous integration solution, I need to have a maven repository which is calculated based on the git branch name. For example, I have a naming convention which is used to calculate the maven repo URL, something similar to this: Branch name -> Git Repo URL: ---