We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I think so.
Sorry, something went wrong.
These should probably be debug.
Resolve issue cjdev2#58, log exclusion details from ignore files as d…
019c390
…ebug.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: