tenthe commented on issue #820:
URL: https://github.com/apache/streampipes/issues/820#issuecomment-1339663188
@RobertIndie, currenlty I refactor the streampipes-extensions module.
I just found out that the command `mvn validate` no longer returns an error
when there is a checkstyle problem.
(e.g. `mvn validate -f
streampipes-extensions/streampipes-processors-text-mining-flink`)
Could this be related to the changes in #851 or is there something I am
doing wrong?
Do I need to configure anything in the module `streampipes-extensions`?
I only added this to all submodules:
```
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
```
--
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]