Skip to content

Commit 617017b

Browse files
committed
updated release checklist to make sure that findbugs is run when building from clean
1 parent ef608c9 commit 617017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE-checklist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
and make sure that the current POM release number is max.
1717

1818
7. Check that it builds clean and the reports are ok.
19-
$ mvn3 clean release:clean package
19+
$ mvn3 clean release:clean package site
2020
Browse to file://$PWD/target/site and check the findbugs and jacoco reports.
2121

2222
8. Prepare a release which will check that the release plugin can

0 commit comments

Comments
 (0)