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

   There are a some inconsistencies between the different kinds of jars and the 
included information:
   * LICENSE/NOTICE files are present in the "main" jar and in the sources jar, 
but not in the javadoc jar.
   * The Maven pom.xml and pom.properties files are only present for release 
builds or when explicitly requested.
   * "Additional" jar-manifest attributes that are only present in release 
builds.
   
   This change fixes the three mentioned issues:
   * Always include pom.xml and pom.properties in the built jar files.
   * Always include the additional jar-manifest attributes, except the Git 
information, which would otherwise render the Gradle build cache ineffective.
   * Include pom.xml + pom.properties + license/notice in literally all jar 
files.
   
   The Gradle logic to include the license+notice+pom files has been simplified 
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