mystic-lama commented on PR #1581:
URL: https://github.com/apache/orc/pull/1581#issuecomment-1681504538
I added following line, as mentioned above
```xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<sourceDirectories>
<directory>${basedir}/src/java</directory>
<directory>${basedir}/src/test</directory>
</sourceDirectories>`
....
```
To validate that it works, added an unused import in test class, but
unfortunately the build didn't fail. Used the usual package command. Am I
missing something?
--
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]