[ https://issues.apache.org/jira/browse/PDFBOX-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873712#comment-17873712 ]
Tilman Hausherr commented on PDFBOX-5869: ----------------------------------------- Only "xmpbox" has checkstyle defined but "io" fails quickly. I haven't managed to prevent this. Here is what I tried, I added this in the parent pom.xml above the jacoco segment but it still fails: {code:xml} <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.4.0</version> <configuration> <skip>true</skip> <consoleOutput>true</consoleOutput> <failsOnError>false</failsOnError> <failOnViolation>false</failOnViolation> </configuration> </plugin> {code} I wonder what I'm missing. > Checkstyle > ---------- > > Key: PDFBOX-5869 > URL: https://issues.apache.org/jira/browse/PDFBOX-5869 > Project: PDFBox > Issue Type: Bug > Reporter: Simon Steiner > Priority: Major > > Can you enforce via the CI that mvn checkstyle:check passes > Disable any rules in the config you dont want to enforce -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org