[ 
http://jira.codehaus.org/browse/MGWT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy updated MGWT-256:
------------------------------

    Description: 
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.

  was:
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.

       Assignee: Olivier Lamy

> 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
>            Assignee: Olivier Lamy
>             Fix For: 2.1.0-2
>
>
> 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