File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 46
46
</dependencies >
47
47
<executions >
48
48
<execution >
49
+ <phase >verify</phase >
49
50
<goals >
51
+ <goal >checkstyle</goal >
50
52
<goal >check</goal >
51
53
</goals >
52
54
</execution >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildLog = new File( basedir, 'build.log' )
24
24
assert buildLog. text. contains( ' EmptyLogging: EmptyLoggingCheck on file TestFalse.java' )
25
25
assert ! buildLog. text. contains( ' EmptyLogging: EmptyLoggingCheck on file TestTrue.java' )
26
26
27
- // verify that the "checkstyle" goal launched by "check" does the same
27
+ // verify that the "checkstyle" goal does the same
28
28
site = new File ( basedir, ' omitignoredmodules-false/target/site/checkstyle.html' )
29
29
assert site. text. contains( ' EmptyLoggingCheck on file TestFalse.java' )
30
30
site = new File ( basedir, ' omitignoredmodules-true/target/site/checkstyle.html' )
You can’t perform that action at this time.
0 commit comments