-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to the new generation gwt-maven-plugin #6602
Comments
I would add as well that with the new plugin and the new HEAD-MASTER branch of GWT (will be 2.8.2) we can use Java9 binaries to build the GWT modules. |
@benoitf sorry but o miss your point about Java 9, you want to say what GWT 2.8.2 will support Java 9? |
@vparfonov These patches will be included in the next minor version which is called 2.8.2 With this enhancement and the move to the new plugin (that allow to not be tied to a GWT version) we will be able to build IDE.war module with a Java 9 runtime. |
@benoitf thanks for explanation |
Short status update. |
Has been done in #7084 |
CQ:
Related to Che 6 branch only.
Should also fix #2595
The goal of this task is migrate from the legacy
org.codehaus.mojo:gwt-maven-plugin
(aka Mojo's) to the new one -net.ltgt.gwt.maven:gwt-maven-plugin
.Cons of the legacy plugin:
Some of the advantages of the new plugin:
Opportunities Che will get with the new plugin:
<inherits>
may be generated from the project's dependenciesTo migrate to the new plugin we need:
gwt-lib
lifecycle/packaging for all artifacts with client code;gwt-app
lifecycle/packaging forassembly-ide-war
;gwt-maven-plugin
;gwt-maven-plugin
.The text was updated successfully, but these errors were encountered: