-
Notifications
You must be signed in to change notification settings - Fork 8
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
What feature do you want to see added?
I saw in the README I can run gradle nmcpZipAggregation to inspect the aggregated zip. When I run the task it completes successfully, but I don't see any more information.
As an advanced Gradle user I can intuit the right answer (it's somewhere in build/), but it would help me be more
I understand you wouldn't want nmcpZipAggregation to log something every time, since it's just a regular task. I have two suggestions:
- Check if the user specifically requested the
nmcpZipAggregationtask. If yes, then log a message. - Create a dry-run mode (e.g. a 'nmcpDryRun
task, or a--dry-run` flag), that will run all tasks but log additional helpful messages to the console but skip actually uploading the files.
Bonus: this could also perform other checks Validate pom + components properties #82
Upstream changes
No response
Are you interested in contributing this feature?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request