Be able to use different gwt sdk version (one defined in the project pom)
-------------------------------------------------------------------------

                 Key: MGWT-256
                 URL: http://jira.codehaus.org/browse/MGWT-256
             Project: Maven 2.x GWT Plugin
          Issue Type: Improvement
    Affects Versions: 2.1.0-1
            Reporter: Olivier Lamy


Currently the mojo only use gwt sdk version defined in the mojo :
{code}
    /**
     * @parameter expression="${plugin.artifactMap}"
     */
    private Map<String, Artifact> pluginArtifacts;
{code}
So it's impossible to use/test with a new sdk-version (2.1.1-RC1).
We must have an option (false by default) to say : use sdk version defined in 
the project pom.

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