Documentation BUG about Eclipse integration
-------------------------------------------

                 Key: MGWT-150
                 URL: http://jira.codehaus.org/browse/MGWT-150
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.1, 1.0, 2.0
            Reporter: MS


Configuration for maven-war-plugin was described as:
{code:title=pom.xml}
<configuration>
          <warSourceDirectory>war</warSourceDirectory>
          <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
</configuration>
{code}

but this should be defined as:

{code:title=pom.xml}
<configuration>                                 
        <webappDirectory>war</webappDirectory>
        <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
</configuration>
{code}

http://mojo.codehaus.org/gwt-maven-plugin-1.2/eclipse/google_plugin.html

-- 
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