vaadin / maven-plugin

Vaadin Maven Plug-in
4 stars 18 forks source link

Maven plugin warning messages are too verbose #56

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 9 years ago

Originally by @mstahv


Many projects spits lots of nasty looking warnings that are obsolete for end users and which look like a bug for end users. These warning should

An example output of a trivial widgetset compilation:

Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client-compiler based on project POM
Using com.vaadin:vaadin-client-compiler version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6
Failed to retrieve com.vaadin:vaadin-client based on project POM
Using com.vaadin:vaadin-client version 7.5.6

Imported from https://dev.vaadin.com/ issue #19012

vaadin-bot commented 8 years ago

Originally by @tsuoanttila


Kind of a duplicate of #14735

vaadin-bot commented 8 years ago

Originally by @hesara


These have been addressed in the appwidgetset feature branch. If there are still specific problems after taking that into wide use, please create separate tickets on that.