drdrill opened a new pull request #3070: Branch 2.2 URL: https://github.com/apache/pulsar/pull/3070 ### Motivation Maven build fails due to posix non-compliance. ### Modifications Per jerrypeng, #3069, Added following line to the configurations section in the assembly plugin in following pom.xml. <tarLongFileMode>posix</tarLongFileMode> https://github.com/apache/pulsar/blob/v2.2.0/pulsar-sql/presto-distribution/pom.xml#L128 ### Result Successful Maven build.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
