drdrill edited a comment on issue #3068: Maven Build Error 2.2.0 URL: https://github.com/apache/pulsar/issues/3068#issuecomment-442668479 Yes. My only point, stated indirectly, was to suggest removing the references in the Apache-Pulsar pom.xml to bintray to eliminated any ambiguity or unnecessary errors and confusion that Maven may generate. Specifically, it seems to make sense to remove the following repository reference if it is not needed: ```xml <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>bintray-yahoo-maven</id> <name>bintray</name> <url>https://yahoo.bintray.com/maven</url> </repository> ```
---------------------------------------------------------------- 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
