I have a project which I need to rename the final output file generated by the Maven Assembly Plugin after everything else finishes (in the compiling/building/a
Maven Assembly Plugin
A few modifications made it work, probably the phase was wrong, but using install seems to make it work:
phase
install
org.apache.maven.plugins maven-antrun-plugin 1.7 install run