How to generate post-build tasks for a Maven build
![]()
We need to perform 4 tasks after a successful JBE maven build:
copy 2 targets to s specified directory perform a maven dependency resolve list and a dependency tree. It would be very useful to do this as part of the Maven definition rather than set up a command line definition. |