Skip to content

nmcpZipAggregation should log useful information to the console #206

@aSemy

Description

@aSemy

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:

  1. Check if the user specifically requested the nmcpZipAggregation task. If yes, then log a message.
  2. Create a dry-run mode (e.g. a 'nmcpDryRuntask, 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions