jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

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

Open lukas-vlcek opened 10 years ago

lukas-vlcek commented 10 years ago

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]
jlgrock commented 10 years ago

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