Hi all, I have a small but annoying problem, which is how to tell the plugin to output the generated js file into the location I want. For example, by default, If I run the gwt goal, the generated js file (for example, my-project.nocache.js) will be put under the target/ myprojectname/. But I really want to put it(and just this file not anything else) into a subfolder like target/myprojectname/ generatedJs/. How?
As I am pretty new to both GWT and Maven, I have a vague idea that I should configure one of the gwt-maven goals (probably the compile goal? with the gen parameter?). But I just cannot be sure. So, guys, please give me a hint on what the best way is to achieve what I want? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
