You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
* Changed JavadocPackage check to warning
10
10
* Changed EmptyForIteratorPad check to warning as IntelliJ code formatting does not currently allow for this
11
11
* Added a new checkstyle config file bt-checkstyle-format-only.xml for projects that only want to check basic code formatting.
12
+
* Modified the jacoco report goal to the test phase and to make sure it runs after surefire, moved the jacoco plugin after the surefire plugin in the pom file which is how maven determines the run order of plugins defined on the same phase #88
12
13
13
14
## 1.0.19
14
15
* Added bt.qa.fail property as a convenience property to allow projects to fail builds or only report QA violations. #84
0 commit comments