devinbost opened a new issue #10030: URL: https://github.com/apache/pulsar/issues/10030
On this page: https://pulsar.apache.org/en/contributing/ the instructions to generate license headers is to run: `mvn license:format` Running that command produces this error: > [ERROR] Failed to execute goal com.mycila:license-maven-plugin:4.0.rc2:check (default-cli) on project pulsar-functions: Execution default-cli of goal com.mycila:license-maven-plugin:4.0.rc2:check failed: Cannot read header document ${pulsar.basedir}/src/license-header.txt. Cause: Resource ${pulsar.basedir}/src/license-header.txt not found in file system, classpath or URL: no protocol: ${pulsar.basedir}/src/license-header.txt -> [Help 1] The correct command is: `mvn initialize license:format` The docs should be updated. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
