[
http://jira.codehaus.org/browse/MGWT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=247034#action_247034
]
David Chandler commented on MGWT-256:
-------------------------------------
This may not be necessary, after all. It looks like you can already override by
defining gwt-user and gwt-dev as plugin deps.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.1.0-1</version>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
</dependencies>
<configuration>
...
</configuration>
</plugin>
This correctly pulls in the specified GWT version, and any <gwtVersion> tag
under <configuration> is ignored.
> 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