reactor

This is the archive for reactor.

Dive into the archives.


  • Reactor: My New Favourite Maven Plugin

    Dan recently put together a great new plugin to manipulate the Maven reactor, currently being voted on for release.
    It has a few goals:

    reactor:resume - pick up where a previous build left off
    reactor:make / make-dependents - make a project and its dependencies or those that depend on it
    reactor:make-scm-changes - make any projects that have uncommitted changes […]