-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Goal resource should print number of processed files #30
Comments
Out of curiosity, why do you need to know number of resources processed? |
I'm experimenting with incremental build. For goal |
There is no easy/straightforward way to implement this message. At least from API point of view, the mojo does not have access to information about number of resources that require processing and total number of resources. We'll need some sort of |
I'm confused |
What resources need and do not need processing is determined by lower level incremental build library. That library does not currently provide a way to query number of inputs that require processing and total number of inputs. |
Currently goal resource can display only binary output:
or
But default maven resource plugin prints number of files:
The text was updated successfully, but these errors were encountered: