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


Reply via email to