Thomas Broyer closed Bug MGWT-361 as Not A Bug

This is just how Maven works.

If you want the module to be configurable from the command-line, define a property (you can name it gwt.module if you like):

<properties>
  <gwt.module>module1</gwt.module>
</properties>

…

<artifactId>gwt-maven-plugin</artifactId>
<configuration>
  <module>${gwt.module}</module>
</configuration>

You can then override the default value of the property from the command-line with -Dgwt.module=module2

Change By: Thomas Broyer (16/Jun/13 5:20 PM)
Resolution: Not A Bug
Status: Open Closed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to