kratos0718 commented on PR #424: URL: https://github.com/apache/maven-help-plugin/pull/424#issuecomment-5350880000
On the `https` note — I tried it and spotless rejects it. The licence header is a fixed template in the build, so changing the scheme fails the check and `spotless:apply` rewrites it straight back: ``` [ERROR] The following files had format violations: [ERROR] src/test/java/org/apache/maven/plugins/help/AbstractHelpMojoTest.java [ERROR] -·*···https://www.apache.org/licenses/LICENSE-2.0 [ERROR] +·*···http://www.apache.org/licenses/LICENSE-2.0 ``` All 147 source files in the repo carry the `http` form, so this one matches. Changing it looks like a spotless config change rather than something to do in this PR — happy to raise it separately if you want it moved. -- 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]
