You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "obermeier (via GitHub)" <gi...@apache.org> on 2023/04/25 13:27:54 UTC

[I] Compiling maven submodule with checkstyle check (streampipes)

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: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Compiling maven submodule with checkstyle check (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti closed issue #1518: Compiling maven submodule with checkstyle check
URL: https://github.com/apache/streampipes/issues/1518


-- 
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: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org