obermeier opened a new issue, #1518: URL: https://github.com/apache/streampipes/issues/1518
### Body When attempting to compile a single Maven module, an error message appears stating that the file `tools/maven/checkstyle-header.txt` could not be found [1]. This occurs because the path is only correct when the Maven command is executed in the root directory. What do you think about the idea of defining a variable that points to the correct location? I have tested this with Maven, Eclipse, and IntelliJ and have not encountered any issues so far. If the variable is not set, the default path will be used, which means that no changes are necessary. [1] `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.2.2:check (validate) on project streampipes-messaging-mqtt: Failed during checkstyle configuration: cannot initialize module Header - illegal value 'tools/maven/checkstyle-header.txt' for property 'headerFile': com.puppycrawl.tools.checkstyle.api.CheckstyleException: Unable to find: tools/maven/checkstyle-header.txt -> [Help 1]` ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
