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

Verify that the sourceDirectory build parameter is honored #28

Open jlgrock opened 11 years ago

jlgrock commented 11 years ago

if I set

<build> <sourceDirectory>src/main/js</sourceDirectory> </build>

make sure that the sourceDirectory is properly overridden.

jlgrock commented 11 years ago

Also, update the FAQ to show this as well

jlgrock commented 11 years ago

Similarly, check the testSourceDirectory property