| Author |
How to output to different directory?
|
Alex Paransky J
Greenhorn
Joined: May 23, 2011
Posts: 11
|
|
I am using GWT compiler in maven via the org.codehaus.mojo gwt-maven-plugin project. All the code seems to wind up in a subdirectory <ModuleName> which is located at the root of my webapp.
I created a directory called resources/js and would like the output to go there, so when looking at my .WAR instead of:
I want to see:
My mojo configuration looks like this:
Is there a way to make this happen?
Thanks.
-AP_
|
 |
 |
|
|
subject: How to output to different directory?
|
|
|