File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
src/main/resources/commons-xdoc-templates Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ These are the artifacts and their hashes:
3636@SHA512LIST@
3737
3838
39- I have tested this with *** 'mvn clean install site'*** using:
39+ I have tested this with 'mvn' and 'mvn clean install site' using:
4040***
4141Use the output from "mvn -version" for each combination you tested.
4242Windows: ver
5151 @SITEURL@/index.html
5252 (note some *relative* links are broken and the @VERSION@ directories are not yet created - these will be OK once the site is deployed.)
5353
54- *** CLIRR Report (compared to @BC@):
55- @SITEURL@/clirr-report.html
56-
5754*** JApiCmp Report (compared to @BC@):
5855 @SITEURL@/japicmp.html
5956
@@ -93,7 +90,7 @@ Validating a release candidate
9390
9491These guidelines are NOT complete.
9592
96- Requirements: Git, Java, Maven.
93+ Requirements: Git, Java, and Maven.
9794
9895You can validate a release from a release candidate (RC) tag as follows.
9996
@@ -114,14 +111,6 @@ mvn apache-rat:check
114111
1151123) Check binary compatibility
116113
117- Older components still use Apache Clirr:
118-
119- This step is not required if the site includes a Clirr report page which you then must check.
120-
121- mvn clirr:check
122-
123- Newer components use JApiCmp with the japicmp Maven Profile:
124-
125114This step is not required if the site includes a JApiCmp report page which you then must check.
126115
127116mvn install -DskipTests -P japicmp japicmp:cmp
You can’t perform that action at this time.
0 commit comments