Re: Proposal for new git-workspace-plugin

2012-09-15 Thread Mark Derricutt
A thought... If I run "mvn clean install" from the top-level pom containing the git-workspace-plugin, are we intending to fork each of those lifecycles in reactor-resolved-order for all the modules in the git-workspace? That would be uber-awesome. On 14/09/2012, at 2:16 AM, Kristian Rosenvold

Re: Proposal for new git-workspace-plugin

2012-09-15 Thread Mark Derricutt
Kristian, I'm liking where you're heading with this plugin - is there any working code one can play with currently at all? I'm currently going thru the process of breaking up our large git-multi-module repository to smaller repos, and this looks to be a godsend already. ( we also use git-flow

Re: release maven-javadoc-plugin 2.9

2012-09-15 Thread Benson Margulies
On Sat, Sep 15, 2012 at 4:25 PM, Hervé BOUTEMY wrote: > I started a Jira and code review and found some feasible work > > please let me the week-end :) Due to Jewish holidays, I'll aim to release on Wednesday unless someone wants more time than that. > > Regards, > > Hervé > > Le vendredi 14 s

Re: release maven-javadoc-plugin 2.9

2012-09-15 Thread Hervé BOUTEMY
I started a Jira and code review and found some feasible work please let me the week-end :) Regards, Hervé Le vendredi 14 septembre 2012 20:47:23 Benson Margulies a écrit : > I had a party this evening and closed a handful of jiras, some by > fixes, some by invalidity. > > Anyone have anything

[ANN] Maven Changes Report Plugin 2.8 Released

2012-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.8 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin You should specify the version in your pr

Re: svn commit: r1380105 - in /maven/maven-3/trunk: ./ apache-maven/ maven-core/src/main/java/org/apache/maven/classrealm/ maven-embedder/ maven-embedder/src/main/java/org/apache/maven/cli/

2012-09-15 Thread Olivier Lamy
Ping -- Olivier Le 10 sept. 2012 09:02, "Olivier Lamy" a écrit : > > Le 9 sept. 2012 15:44, "Jason van Zyl" a écrit : > > > > I noted in the issue where the tool is and there's a standard Maven > plugin page there. Probably as well documented as how to do it with Plexus > :-) > > > For sure and

Re: svn commit: r1384747 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/io/DirectorySnapshotScanner.java test/java/org/apache/maven/shared/utils/io/DirectoryS

2012-09-15 Thread Mark Struberg
Thanks for all the proposals. Kristian had a good idea which I try to work on now. Instead of having an own Scanner for this, our good ole DirectoryScanner might return a ScanResult. This ScanResult can offer a diff method or something similar. Will do some experiments. LieGrue, strub

Re: svn commit: r1384747 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/io/DirectorySnapshotScanner.java test/java/org/apache/maven/shared/utils/io/DirectoryS

2012-09-15 Thread Hervé BOUTEMY
"Listing"? Le vendredi 14 septembre 2012 20:04:23 Anders Hammar a écrit : > Yes, "Snapshot" is not good. "PointInTime"? > > /Anders > > On Fri, Sep 14, 2012 at 3:03 PM, Mark Struberg wrote: > > Hi! > > > > If anyone has a better name for the 'DirectorySnapshotScanner' I would be > > happy to r

Re: Maven Shade Plugin jars, unable to read manifest

2012-09-15 Thread Anders Hammar
I *think* this issue was mentioned by someone on this mailing list not too long ago. Please create a small project that reproduces this. Then create a jira and attach it. Then that project could be used as an IT. If you could create it as an IT (with a verify script) that would be even better. /A