In the context of this blog entry I developed a simple Maven Event Spy. However it works by itself too.
Simply drop mavenbuildspy.jar into your Maven installation's lib/ext folder and run your Maven build and you will see something like:
Alternatively download it somewhere and invoke it on-demand in your Maven build with:
mvn -Dmaven.ext.class.path=path-to/mavenbuildspy.jar ....
Feedback welcome!
Simply drop mavenbuildspy.jar into your Maven installation's lib/ext folder and run your Maven build and you will see something like:
Alternatively download it somewhere and invoke it on-demand in your Maven build with:
mvn -Dmaven.ext.class.path=path-to/mavenbuildspy.jar ....
Feedback welcome!
No comments:
Post a Comment