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:
Gary D. Gregory 2014-09-20 18:52:54 +00:00
parent 061f150ab1
commit bb5f72f6fe
1 changed files with 11 additions and 1 deletions

View File

@ -36,7 +36,17 @@ httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
where <VERSION> is the release version 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: Execute the following command in order to generate javadoc: