Hi Carlo, Carlo Sciolla wrote:
> Hi all, > > I'm happy to announce the availability of the Plan Maven Plugin v1.1 on > Central. > > The Plan plugin unrolls the maven execution plan in the build logs, > helping you debugging complex build configurations with numerous profiles, > plugin executions and personal settings. It logs the active lifecycle and > the list of goals to execute, along with their eventual attached phase and > execution ID. > > Source code <https://github.com/skuro/plan-maven-plugin>, > documentation<http://plan-maven-plugin.skuro.tk/>and issue > tracker <https://github.com/skuro/plan-maven-plugin/issues?state=open> are > on GitHub. > > Any feedback highly appreciated, What a useful piece of software, thanks for sharing! :) You might improve documentation though with two points: 1/ It's working with M3 only 2/ You can invoke it directly without modifying the settings with mvn tk.skuro:plan-maven-plugin:1.1:plan -Dgoals=... Useful for a first test... Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
