Open highsource opened 10 years ago
When certain directories are excluded in plugin configuration in pom.xml, the plugin outputs warnings:
pom.xml
[INFO] using jshint version 2.4.1 [WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\deprecated.js [WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\Firebug\firebug.js [WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\Firebug\firebugx.js
This does not hurt but feels completely unnecessary. I'm excluding a large third-party library and get a couple of hundreds of these messages.
I think so.
These should probably be debug.
When certain directories are excluded in plugin configuration in
pom.xml
, the plugin outputs warnings:This does not hurt but feels completely unnecessary. I'm excluding a large third-party library and get a couple of hundreds of these messages.