Re: Is there a plugin to override classifiers based on groupId?

2016-10-22 Thread Stuart McCulloch
You could write a custom enforcer rule to check the classifier of projects with particular groupIds: http://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html Then configure the enforcer plugin to apply that rule in your corporate pom or wherever you want to enforce it... On 22 Oc

Re: Is there a plugin to override classifiers based on groupId?

2016-10-22 Thread Stephen Connolly
Short answer: no On phone, so can't give long answer On Friday 21 October 2016, Rémy Saissy wrote: > Hi, > is there a Maven plugin that allows to automatically append a classifier > given a groupId? > > I would do something like that: > > > org.apache.maven.plugins > maven

Is there a plugin to override classifiers based on groupId?

2016-10-21 Thread Rémy Saissy
Hi, is there a Maven plugin that allows to automatically append a classifier given a groupId? I would do something like that: org.apache.maven.plugins maven-???-plugin x.y