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
When wanting to publish an already built gradle plugin artifact in the Plugin portal, you want to use the existing pom file. See #9 (comment).
The pluginBundle DSL should provide a way to use the existing pom file (either as a supplied file or as the pom resource in the artifact jar) rather than always generating a new pom file.
Current Behavior
The publish plugin always generates a new pom file which will not contain necessary information already in the existing pom file.
Thanks for opening this issue. It's great feature to have. It may overlap with some of the work around using the maven-publish and the variant aware publishing that we are discussing but it's definitely something that should be doable from the plugin author.
Expected Behavior
When wanting to publish an already built gradle plugin artifact in the Plugin portal, you want to use the existing pom file. See #9 (comment).
The
pluginBundle
DSL should provide a way to use the existing pom file (either as a supplied file or as the pom resource in the artifact jar) rather than always generating a new pom file.Current Behavior
The publish plugin always generates a new pom file which will not contain necessary information already in the existing pom file.
Context
See #9.
The text was updated successfully, but these errors were encountered: