This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 545e08ebba6c3bd4d3f6531f5b3ad2d3e2fa072c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 20:57:36 2021 -0500 Mention default goal. --- BUILDING.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILDING.txt b/BUILDING.txt index 7ed8227..12190a6 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -23,6 +23,10 @@ To perform the Release Audit which validate license headers (the "RAT" check), r mvn apache-rat:check +You can also use the default goal to perform all validations that are know to pass: + +mvn + The Maven profile test-deploy is used for testing, a release manager will omit it when it is time to create a release candidate.