Re: scm-changes-maven-extension, and retiring maven-reactor-plugin

2010-11-05 Thread Dan Fabulich
Are you thinking of maven-enforcer-plugin? I was referring to maven-plugin-enforcer! :-p *crosses eyes* https://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin/ https://svn.apache.org/repos/asf/maven/shared/trunk/maven-plugin-enforcer/ maven-enforcer-plugin is, indeed, a

Re: scm-changes-maven-extension, and retiring maven-reactor-plugin

2010-11-05 Thread Brian Fox
Enforcer is a plugin with a set if plexus component rules...not an extension. I would add this to shared, it doesn't seem to justify a new tree and parent structure. On Friday, November 5, 2010, Dan Fabulich wrote: > > The maven-reactor-plugin for M2 served its purpose, which was to make it > ea

scm-changes-maven-extension, and retiring maven-reactor-plugin

2010-11-05 Thread Dan Fabulich
The maven-reactor-plugin for M2 served its purpose, which was to make it easier to build partial subsets of Maven projects in Maven 2.0. In Maven 2.1, we added much of the functionality of maven-reactor-plugin as command-line arguments to maven: --resume-from, --also-make, --also-make-depend