ClosureJavascriptFramework icon indicating copy to clipboard operation
ClosureJavascriptFramework copied to clipboard

Unable to move files to war archive directory on empty maven module

Open lukas-vlcek opened this issue 10 years ago • 1 comments

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]

lukas-vlcek avatar Sep 03 '14 19:09 lukas-vlcek

yup. I think there's an expectation there. I'll take a look at this.

jlgrock avatar Sep 03 '14 19:09 jlgrock