[
http://jira.codehaus.org/browse/MGWT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176110#action_176110
]
nicolas de loof commented on MGWT-74:
-------------------------------------
Can you try the same setup but with your configuration set as <plugin> child,
not inside <execution> :
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<configuration>
<gwtVersion>${gwtVersion}</gwtVersion>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>process-classes</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<modules>
<module>gwt.sampleProject</module>
</modules>
</configuration>
</plugin>
> Plugin ignore specified <module> or <modules> option
> ----------------------------------------------------
>
> Key: MGWT-74
> URL: http://jira.codehaus.org/browse/MGWT-74
> Project: Maven 2.x GWT Plugin
> Issue Type: Bug
> Affects Versions: 1.1
> Reporter: Leszek Gruchala
>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>gwt-maven-plugin</artifactId>
> <version>1.1-SNAPSHOT</version>
> <configuration>
> <gwtVersion>${gwtVersion}</gwtVersion>
> </configuration>
> <executions>
> <execution>
> <id>compile</id>
> <phase>process-classes</phase>
> <goals>
> <goal>compile</goal>
> </goals>
> <configuration>
> <modules>
> <module>gwt.sampleProject</module>
> </modules>
> </configuration>
> </execution>
> </executions>
> </plugin>
> The plugin is still searching the whole project for modules.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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