tbroyer / gwt-maven-plugin

Starting fresh on building GWT projects with Maven
https://tbroyer.github.io/gwt-maven-plugin/
Apache License 2.0
167 stars 39 forks source link

Improve MAVEN build Performance #148

Closed ChenZhangg closed 2 years ago

ChenZhangg commented 2 years ago

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. gwt-maven-plugin {groupId='com.google.gwt', artifactId='gwt-user'} {groupId='com.google.gwt', artifactId='gwt-dev'} {groupId='com.google.gwt', artifactId='gwt-servlet'}

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

tbroyer commented 2 years ago

There's a comment that explains why they're declared.

https://github.com/tbroyer/gwt-maven-plugin/blob/51408d517581beed615b7228993e6beccbdb3f24/pom.xml#L145-L146