You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
So whenever I add something to my plugin as a library, it works fine. However, there's one problem. It won't add them to the pom.xml used for publishing.
So whenever I add something to my plugin as a library, it works fine. However, there's one problem. It won't add them to the pom.xml used for publishing.
To reproduce:
generatePomFileForMavenPublicationtaskIf you're interested, my build.gradle file is here: https://github.com/plexusorg/Plex/blob/master/build.gradle
You'll see that it won't add it to the pom.xml. Any idea if we can get a fix for this?
PS: this plugin doesn't work on Gradle 7.4+