[GitHub] maven pull request: [MNG-5840] Parent version is a range hack

2015-12-29 Thread bastiao
Github user bastiao commented on the pull request: https://github.com/apache/maven/pull/60#issuecomment-167913767 https://github.com/kilokahn/maven-testers/tree/master/foo-parent this code does not work in 3.3.9 :( --- If your project is set up for it, you can reply to thi

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

[ANN] Apache Maven Shared Component: File Management Version 3.0.0 Released

2015-12-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: File Management Version 3.0.0. https://maven.apache.org/shared/file-management/ The Maven File Management API provides an API to collect files from a given directory using several include/exclude rule

Early Access builds b99 for JDK 9 & build b96 for JDK 9 with Project Jigsaw are available on java.net

2015-12-29 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access b99 for JDK 9 is available on java.net, summary of changes are listed here . Early Access b96 for J