Re: Overwriting the "central" from settings.xml when importing bom pom files

2020-03-16 Thread tic01
Thanks Thomas. mirrors are an option, but I was wondering if there is a reason that only for nested boms the override of "central" doesn't work -- Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html - To

Overwriting the "central" from settings.xml when importing bom pom files

2020-03-15 Thread tic01
Hi team, When resolving bom artifacts, the following method is invoked - org.apache.maven.model.building.DefaultModelBuilder#configureResolver( ModelResolver modelResolver, Model model, DefaultModelProblemCollector problems, boolean replaceRepositories ) The 'replaceRepositories' parameter is

Removing classpath entries for shaded aritfacts

2016-04-16 Thread tic01
Hello Maven team, I have the following scenario. I have several libraries which I am building, and an application which depends on those libraries. While I am building using the maven-jar-plugin, a manifest is created with several entries, including the classpath, which naturally include all the