This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 157f629  YETUS-877. Typo in mvn-custom-repos parameter
157f629 is described below

commit 157f62917dfc65442aed4c4822b2de35b1049700
Author: Peter Somogyi <psomo...@apache.org>
AuthorDate: Tue May 7 13:56:33 2019 +0200

    YETUS-877. Typo in mvn-custom-repos parameter
    
    Signed-off-by: Sean Busbey <bus...@apache.org>
---
 asf-site-src/source/documentation/in-progress/precommit-buildtools.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md 
b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md
index 73911a4..ffc0bd0 100644
--- a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md
+++ b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md
@@ -170,7 +170,7 @@ test-patch always passes --batch-mode to maven to force it 
into non-interactive
 
 Under many common configurations, maven (as of 3.3.3 and lower) may not 
properly handle being executed by multiple processes simultaneously, especially 
given that some tests require the `mvn install` command to be used.
 
-To assist, `test-patch` supports a `--mvn-custom-repo` option to set the 
`-Dmaven.repo.local` value to a per-instance repository directory keyed to the 
project and branch being used for the test.  If the `--jenkins` flag is also 
passed, the instance will be tied to the Jenkins `${EXECUTOR_NUMBER}` value.  
Otherwise, the instance value will be randomly generated via `${RANDOM}`.  If 
the repository has not been used in 30 days, it will be automatically deleted 
when any test run for that pr [...]
+To assist, `test-patch` supports a `--mvn-custom-repos` option to set the 
`-Dmaven.repo.local` value to a per-instance repository directory keyed to the 
project and branch being used for the test.  If the `--jenkins` flag is also 
passed, the instance will be tied to the Jenkins `${EXECUTOR_NUMBER}` value.  
Otherwise, the instance value will be randomly generated via `${RANDOM}`.  If 
the repository has not been used in 30 days, it will be automatically deleted 
when any test run for that p [...]
 
 By default, `test-patch` uses `${HOME}/yetus-m2` as the base directory to 
store these custom maven repositories.  That location may be changed via the 
`--mvn-custom-repos-dir` option.
 

Reply via email to