-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multiple MANIFEST.MF in alfrescoWar artifact #257
Comments
I managed to simplify my use case to:
How I believe this should be consumed is:
But this is not possible since neither MergeWarsTask or AbstractWarEnrichmentTask provide option to filter/manipulate the copy specs. Maybe that's by design? Still, it's much more efficient to manipulate sources on-the-fly rather than waiting for the artifact and then unzip + copy to new artifact. |
We can not remove You should be able to use the manifest function in
|
possibly related gradle/gradle#17236 |
Caused by:
alfresco-docker-gradle-plugin/src/main/java/eu/xenit/gradle/docker/alfresco/tasks/MergeWarsTask.java
Line 27 in 01e4a68
Any vanilla project should be able to reproduce it.
Linked issues: #229 #220
The text was updated successfully, but these errors were encountered: