Re: Open JIRA issues/retiring plugins

2015-02-03 Thread Dennis Lundberg
Den 4 feb 2015 04:00 skrev "Hervé BOUTEMY" : > > Le lundi 2 février 2015 10:23:00 Michael Osipov a écrit : > > Hi folks, > > > > I have performed another cleanup on JIRA in the last couple of days, most of > > on old issues. Right now, we have more than 2000 open issues. Not manageble > > from my p

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.14 and Apache Maven Shared Resources version 2

2015-02-03 Thread Dennis Lundberg
+1 from me Den 1 feb 2015 17:00 skrev "Dennis Lundberg" : > Hi, > > We solved 14+1 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=20631 > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=17347 > > There a

Android Maven Plugin 4.1.1. released

2015-02-03 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 4.1.1 of the plugin: com.simpligility.maven.plugins android-maven-plugin 4.1.1 true New features/bug fixes for the specific release are - Added Manifest Merger v2 example (tictactoe) & Deprecated merge manife

Re: MavenPluginManager#setupPluginRealm "imports" parameter

2015-02-03 Thread Igor Fedorenko
MavenPluginManager#setupPluginRealm "imports" parameter is not used in any meaningful way. No matter what packages are passed in, the created plugin realm will have access to all classes from the provided parent classloader. I did some more digging and looks like this is how Maven behaved for last

Re: Roadmap Proposal Plugin Releases

2015-02-03 Thread Hervé BOUTEMY
I didn't work on this one for a long time Anders and Arnaud seem to have problems to decide how to fix and close http://jira.codehaus.org/browse/ARCHETYPE-431 Regards, Hervé Le mardi 3 février 2015 21:50:00 Benson Margulies a écrit : > So, I've committed changes to the archetype system that I

Re: Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread Hervé BOUTEMY
+1 great! Regards, Hervé Le mardi 3 février 2015 09:27:21 Kristian Rosenvold a écrit : > I have done what is more or less a complete rewrite of > plexus-interpolation. The new version is a fair bit more efficient > than the old version and also has features to avoid reinterpolating > files that

Re: MavenPluginManager#setupPluginRealm "imports" parameter

2015-02-03 Thread Hervé BOUTEMY
Le mardi 3 février 2015 16:42:47 Igor Fedorenko a écrit : > Does anyone have a usecase that demonstrates use of > MavenPluginManager#setupPluginRealm "imports" parameter? I've found > DefaultMavenReportExecutor from maven-reporting-exec, which provides > list of imported packages, but not sure how

Re: Open JIRA issues/retiring plugins

2015-02-03 Thread Hervé BOUTEMY
Le lundi 2 février 2015 10:23:00 Michael Osipov a écrit : > Hi folks, > > I have performed another cleanup on JIRA in the last couple of days, most of > on old issues. Right now, we have more than 2000 open issues. Not manageble > from my point of view. > > I have noticed that several plugins hav

Re: Roadmap Proposal Plugin Releases

2015-02-03 Thread Benson Margulies
So, I've committed changes to the archetype system that I believe correspond to the 2.2.1 level. What else wants to happen before a release? On Tue, Feb 3, 2015 at 9:13 PM, Hervé BOUTEMY wrote: > Le lundi 2 février 2015 12:42:02 Karl Heinz Marbaise a écrit : >> Hi, >> >> after some discussions at

Re: Open JIRA issues/retiring plugins

2015-02-03 Thread Hervé BOUTEMY
notice that I completely understand Andreas explanations about memory requirements of m2e vs m-eclipse-p but > > The developer experience within eclipse is so much better after using the > > maven-eclipse-plugin. this one is more obscure to me this doesn't change the fact that I like Andreas pl

Re: Open JIRA issues/retiring plugins

2015-02-03 Thread Hervé BOUTEMY
Le lundi 2 février 2015 19:49:02 Andreas Gudian a écrit : > I'm pretty sure I might be bashed for writing this, but what the heck... ;-) > > I do still see some need for the maven-eclipse-plugin. > > To be perfectly clear, I agree that m2e is by far superior in many ways, > not only tech-wise, bu

Re: Roadmap Proposal Plugin Releases

2015-02-03 Thread Hervé BOUTEMY
Le lundi 2 février 2015 12:42:02 Karl Heinz Marbaise a écrit : > Hi, > > after some discussions at FOSDEM with Hervé, Kristian and Robert in > Brussels i will summarize some ideas we would like to share here: > > Make a final release of all plugins with minium Maven 2.2.1 > (prerequisites) and Ja

MavenPluginManager#setupPluginRealm "imports" parameter

2015-02-03 Thread Igor Fedorenko
Does anyone have a usecase that demonstrates use of MavenPluginManager#setupPluginRealm "imports" parameter? I've found DefaultMavenReportExecutor from maven-reporting-exec, which provides list of imported packages, but not sure how to use it from a project. From what I can tell, this parameter i

[ANN] Maven PMD Plugin 3.4 released

2015-02-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PMD Plugin, version 3.4. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-pmd-plugin/ You should specify the version in your project's plugin configuration: org.apac

[RESULT] [VOTE] Release Maven PMD Plugin version 3.4

2015-02-03 Thread Michael Osipov
Hi, The vote has passed with the following result: +1 (binding): Jason van Zyl, Hervé Boutemy, Olivier Lamy +1 (non-binding): Mirko Friedenhagen, Tom Williamson I will promote the artifacts to the central repo. PMCs please promote the source release ZIP file and add this release the board rep

Re: Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread Robert Scholte
+1 Op Tue, 03 Feb 2015 09:27:21 +0100 schreef Kristian Rosenvold : I have done what is more or less a complete rewrite of plexus-interpolation. The new version is a fair bit more efficient than the old version and also has features to avoid reinterpolating files that would not be changed, av

Re: Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread John Casey
+1 On 02/03/2015 02:27 AM, Kristian Rosenvold wrote: I have done what is more or less a complete rewrite of plexus-interpolation. The new version is a fair bit more efficient than the old version and also has features to avoid reinterpolating files that would not be changed, avoiding the filesys

Re: Open JIRA issues/retiring plugins

2015-02-03 Thread Stephen Connolly
On Monday, February 2, 2015, Olivier Lamy wrote: > -1 for both archetype and stage plugin. > Maybe I will have a look to fix issues if enough spare time.. > I don't understand such rush... AFAIK we are not a company with some budget > and who need to justify a ratio between number of bugs and tim

Re: Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread Stephen Connolly
+1 On Tuesday, February 3, 2015, Kristian Rosenvold wrote: > I have done what is more or less a complete rewrite of > plexus-interpolation. The new version is a fair bit more efficient > than the old version and also has features to avoid reinterpolating > files that would not be changed, avoidi

Re: Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread Olivier Lamy
+1 -- Olivier On 3 Feb 2015 19:27, "Kristian Rosenvold" wrote: > I have done what is more or less a complete rewrite of > plexus-interpolation. The new version is a fair bit more efficient > than the old version and also has features to avoid reinterpolating > files that would not be changed, av

Rewritten plexus-interpolation to maven shared ?

2015-02-03 Thread Kristian Rosenvold
I have done what is more or less a complete rewrite of plexus-interpolation. The new version is a fair bit more efficient than the old version and also has features to avoid reinterpolating files that would not be changed, avoiding the filesystem timestamp change, which is probably one of the most