appbundle-maven-plugin
appbundle-maven-plugin copied to clipboard
Use maven project.build.outputDirectory not target/classes
This PR reconfigures Velocity with project.build.outputDirectory
path instead of using TARGET_CLASS_ROOT
. That allows the appbundler to run in maven subprojects.
Fixes #10
@federkasten Rebased on current master