Did you try? mvn archetype:generate \ -DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/ \ -DarchetypeGroupId=net.ltgt.gwt.archetypes \ -DarchetypeArtifactId=moduler-webapp \ -DarchetypeVersion=1.0-SNAPSHOT
On Mon, 21 Nov 2016 at 14:48 vitrums <[email protected]> wrote: > In the latest GWT 2.8.0 distribution *webAppCreator *tool generates *pom.xml > *for a sample project from > *com\google\gwt\user\tools\templates\maven\pom.xmlsrc* located in > *gwt-user.jar*. The *groupId* for *gwt-maven-plugin* is now set as > *net.ltgt.gwt.maven*. According to > https://tbroyer.github.io/gwt-maven-plugin/index.html this project > disctincts itself from *Mojo's Maven Plugin for GWT* > https://gwt-maven-plugin.github.io/gwt-maven-plugin/index.html. The > provided documentation is very succinct compared to Mojo's; it says little > if anything about multi-moduling (provides a link at > https://github.com/tbroyer/gwt-maven-archetypes/, which I can't get my > head around... simply how to use it). According to the site the latest > update was made in Jan, while the Mojo's docs were updated in Oct. of this > year. And I could find a ready to use example of multi-module GWT app with > maven at https://github.com/steinsag/gwt-maven-example, which > unfortunately uses *org.codehaus.mojo's gwt-maven-plugin*. May be I can > adapt this solution to use *net.ltgt.gwt.maven **gwt-maven-plugin *somehow, > or what should I do? > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
