[
http://jira.codehaus.org/browse/MGWT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176116#action_176116
]
Leszek Gruchala edited comment on MGWT-74 at 5/12/09 8:24 AM:
--------------------------------------------------------------
Yes, you are right. It helps! :-)
This is the working example:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<configuration>
<gwtVersion>${gwtVersion}</gwtVersion>
<module>gwt.SampleProject</module>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>process-classes</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
Please update documentation on the web:
http://mojo.codehaus.org/gwt-maven-plugin/1.1-SNAPSHOT/usage.html
Thank You!
PS. I've checked another issue. As I saw in your code, you check if the name of
module is defined in "rename-to". It's not working for me. For old-normal-path
it's works.
was (Author: leszekgruchala):
Yes, you are right. It helps! :-)
This is the working example:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<configuration>
<gwtVersion>${gwtVersion}</gwtVersion>
<module>gwt.SampleProject</module>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>process-classes</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
Please update documentation on the web:
http://mojo.codehaus.org/gwt-maven-plugin/1.1-SNAPSHOT/usage.html
Thank You!
> 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