Re: Question concerning common code for plugins

2016-01-06 Thread Dennis Lundberg
Hi, Looking at the list of affected plugins, they are all packaging plugins. How about maven-shared-packaging? Den 29 dec 2015 18:40 skrev "Karl Heinz Marbaise" : > Hi, > > currently i have identified several code parts like: > > handling of classifier (validation), creation of jar file names (re

Re: Question concerning common code for plugins

2015-12-29 Thread Karl Heinz Marbaise
Hi Hervé, On 12/29/15 7:02 PM, Hervé BOUTEMY wrote: Hi, We have shared maven-project-utils that already contains some common code for project manipulations (and never had sufficient feedback to get a release). yes but the name let presumes something different...apart from that it does not lo

Re: Question concerning common code for plugins

2015-12-29 Thread Hervé BOUTEMY
Hi, We have shared maven-project-utils that already contains some common code for project manipulations (and never had sufficient feedback to get a release). Regards, Hervé Le mardi 29 décembre 2015 18:40:42 Karl Heinz Marbaise a écrit : > Hi, > > currently i have identified several code part

Question concerning common code for plugins

2015-12-29 Thread Karl Heinz Marbaise
Hi, currently i have identified several code parts like: handling of classifier (validation), creation of jar file names (related to classifier), includes/excludes handling...may be i find more... which have identical implementations in in the following plugins (or could be replaced by commo