gwt-plugins / gwt-plugins/gwt-eclipse-plugin
Make GWT nature addition optional for Projects that refer to GWT maven plug-ins in their pom
- Dominant language
- Java
- Stars
- 117
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Some of my GWT projects consist entirely of generated artefacts (from models etc.).
To build them out I package them as gwt-lib (Thomas Broyer's Maven GWT plug-in).
I see that the MavenProjectConfigurator always adds the GWT nature to such projects.
For my projects that have only generated resources in, I do not want the GWT nature to be added as it results in extra builders, validation, etc. that aren't necessary (as I already know that the artefacts are valid).
For some projects (hand maintained code) I do want the natures. Could you please add a project by project flag so I can avoid the nature addition in some cases?
I ask because we have a very large number of projects, and the addition of GWT natures seems to lead to a lot of extra builder invocation that in some cases we could avoid in order to boost the performance of our IDE.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.