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
You don't need to use antrun to rename the output file. Just use the tag finalName of the assembly plugin to rename the output file.
org.apache.maven.plugins
maven-assembly-plugin
2.4
assembly
package
attached
src/main/resources/META-INF/MANIFEST.MF
src/main/assembly/ooo-jar.xml
src/main/assembly/ooo.xml
final-version.oxt