clayburn commented on code in PR #459: URL: https://github.com/apache/curator/pull/459#discussion_r1166781130
########## .mvn/ge-extensions.xml: ########## Review Comment: As an ASF committer, you should be able to sign into https://ge.apache.org with LDAP credentials. Then, you can [provision an access key](https://docs.gradle.com/enterprise/maven-extension/#authenticating_with_gradle_enterprise) locally. From there, you will be properly authenticated and able to publish build scans from the local environment. Users that clone the repository that are not committers will simply see a dialog informing them that they are not authenticated to https://ge.apache.org. The build still succeeds, as failure to publish a build scan does not result in a failed build. When you are able to use Gradle Enterprise Maven Extension 1.17 (which you should not do until https://ge.apache.org is update to 2023.1.1), the unauthenticated dialog will be removed while you have the `publishIfAuthenticated` option set. This will result in a smoother experience for those who are not authenticated but also do not have LDAP credentials. -- 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]
