|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MGWT-346) please update surefire... Thomas Koch (JIRA)
- [mojo-dev] [jira] (MGWT-346) please update sur... Dale Wyttenbach (JIRA)
- [mojo-dev] [jira] (MGWT-346) please update sur... Thomas Broyer (JIRA)

It strikes me as odd that Debian packaging requires compile-time dependencies (the gwt-maven-plugin wrt Gerrit) to be provided by Debian packages, when one of the strength of Maven plugins is that you don't really care which versions your dependencies are: the plugin runs in its own classloader and its unlikely the application will depend itself on surefire-api so there should be no conflict using several versions of surefire (2.4.3 by the gwt-maven-plugin, 2.14 by the latest maven-surefire-plugin, for instance) in the same project.
Feel free to send pull requests to https://github.com/gwt-maven-plugin/gwt-maven-plugin though, there's no reason they'd be rejected.