Added a section called "Validating packages".
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1626487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
061f150ab1
commit
bb5f72f6fe
12
BUILDING.txt
12
BUILDING.txt
|
@ -36,7 +36,17 @@ httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
|
|||
|
||||
where <VERSION> is the release version
|
||||
|
||||
(4) Building documentation
|
||||
(4) Validating packages
|
||||
|
||||
Check for binary compatibility with the previous version with:
|
||||
|
||||
mvn clirr:check
|
||||
|
||||
Check for proper license headers with:
|
||||
|
||||
mvn apache-rat:check
|
||||
|
||||
(5) Building documentation
|
||||
|
||||
Execute the following command in order to generate javadoc:
|
||||
|
||||
|
|
Loading…
Reference in New Issue