ClosureJavascriptFramework
ClosureJavascriptFramework copied to clipboard
Unable to move files to war archive directory on empty maven module
Probably not a common situation but still might be a symptom of small issue, I have a maven project with several modules, one of them is of type war and its folder is completely empty (no src
folder, just the pom.xml
file) and it depends on other modules which is of type jsar. When building the parent project I get:
[ERROR] Failed to execute goal com.github.jlgrock.javascript-framework:jsar-maven-plugin:1.18.2:war-move (default-war-move) on project essential: Unable to move files to war archive directory: java.io.IOException: Directory at location "/Users/lukas/projects/lukas-vlcek/bigdesk-3ng/essential/target/javascriptFramework/output/assertionSource" does not exist. -> [Help 1]
yup. I think there's an expectation there. I'll take a look at this.