What feature do you want to see added?
If I run ./gradlew nmcpZipAggregation and examine the zip file generated, I do not see the maven-metadata.xml file for the artifacts. This is required for Gradle of course to locate the right artifact, particularly for snapshots, etc.
Main use case/experiment is, I'd like to unzip and upload the files to my own repository and have Gradle consume those. I can do the upload fine, but Gradle needs the xml files as well to proceed.
PS I tagged this as a Feature Request, because I am not sure if this was intentional.
Upstream changes
This might be related/relevant, though it's more about the actual task of publishing artifacts:
#73
Are you interested in contributing this feature?
Sure, with a bit of help. I am not all too familiar with Kotlin, but happy to take a pass.
What feature do you want to see added?
If I run
./gradlew nmcpZipAggregationand examine the zip file generated, I do not see the maven-metadata.xml file for the artifacts. This is required for Gradle of course to locate the right artifact, particularly for snapshots, etc.Main use case/experiment is, I'd like to unzip and upload the files to my own repository and have Gradle consume those. I can do the upload fine, but Gradle needs the xml files as well to proceed.
PS I tagged this as a Feature Request, because I am not sure if this was intentional.
Upstream changes
This might be related/relevant, though it's more about the actual task of publishing artifacts:
#73
Are you interested in contributing this feature?
Sure, with a bit of help. I am not all too familiar with Kotlin, but happy to take a pass.