my project structure look like this:

webapp-parent
  -webapp-client
  -weapp-shared
  -webapp-server
  -webapp-utils
 ...some other small non gwt-related modules


i come up with this: (in webapp-client module) but gwt:compile still
complaining :

on project webapp-client: The parameters 'moduleName' for goal
net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-5:compile are missing or invalid


 <plugins>
            <plugin>
                <groupId>net.ltgt.gwt.maven</groupId>
                <artifactId>gwt-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>m1</id>
                        <configuration>
                            <moduleName>com.app.client.Module1/moduleName>
                            <moduleShortName>m1</moduleShortName>
                        </configuration>
                    </execution>
                    <execution>
                        <id>m2</id>
                        <configuration>
                            <moduleName>com.app.client.Module2/moduleName>
                            <moduleShortName>m2</moduleShortName>
                        </configuration>
                    </execution>

                </executions>
    </plugin>
...
</plugins>


do you have any sample in the repos i can look it up ?
i must admit i'm not a maven expert
thanx



On Sun, Dec 6, 2015 at 2:23 PM, Thomas Broyer <t.bro...@gmail.com> wrote:

> You should be able to create several executions (for the same goal and
> phase, but different ids and configurations)
>
> --
> 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 google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to