Skip to content

Should checkstyle be executed in the fastest build profile? #25130

Closed Answered by pzygielo
escay asked this question in Q&A
Discussion options

You must be logged in to vote

when I build with mvn clean install -Pfastest -T4C or mvn clean install -Pfast it seems like the checkstyle plugin is not executed.

Is this on purpose to make the fastest build as fast as possible?

Seems to be on purpose, given checkstyle.skip=true is set in

<id>fast</id>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<skipITs>true</skipITs>
</properties>

<id>fastest</id>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<maven.javadoc.skip…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@escay
Comment options

@OndroMih
Comment options

@OndroMih
Comment options

@dmatej
Comment options

@dmatej
Comment options

Answer selected by escay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants