snazy opened a new pull request, #69:
URL: https://github.com/apache/polaris-tools/pull/69

   This change ensures that publishing tasks work correctly, the right 
`MavenPublications` are being used and no duplicate `MavenPublications` exist.
       
   * The Gradle plugin-plugin uses the name `pluginMaven` for the "main" 
publication. This name is then used instead of the common name `maven`, 
removing a duplicate (shadowing) publication.
   * The Maven plugin-plugin uses the name `mavenJava` for the "main" 
publication. This name is then used instead of the common name `maven`, 
removing a duplicate (shadowing) publication.
   * The Gradle plugin-plugin adds another publication for the "plugin marker" 
artifact, which only consists of a pom.xml. Adding the license and parent 
information to that pom as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to