Open FDelporte opened 1 day ago
Hi @FDelporte , I'm sorry, but I'll be able to look at it in next week. The key line seems to be "Caused by: org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException: There are 122 errors reported by Checkstyle 9.3 with config/checkstyle/checkstyle.xml ruleset." It looks like the rules defined in checkstyle were not met in 122 places.
To be able to continue, I deleted the checkstyle plugin, and ignored errors in JavaDoc creation. See https://github.com/Pi4J/pi4j-v2/pull/407/files
Please @dariuszzbyrad, I need your help on this one...
Seems to be caused by https://github.com/Pi4J/pi4j-v2/commit/e53076573740239f91357bbb9320dbf8a80082f1
I tried extending checkstyle.xml with the following, but am still blocked:
After running
mvn clean install -Pnative -e
: