mirror of https://github.com/apache/maven.git
Added guidance for setting proxy if required
Signed-off-by: Jason van Zyl <jason@tesla.io>
This commit is contained in:
parent
a25fb61136
commit
493b23d613
|
@ -1,6 +1,7 @@
|
|||
@REM How JvZ runs the ITs from a clean slate if it would be on Windows
|
||||
|
||||
mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo
|
||||
mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo
|
||||
|
||||
@REM If behind a proxy try this..
|
||||
|
||||
suite.addTestSuite( MavenITmng5572ReactorPluginExtensionsTest.class );
|
||||
@REM mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo -Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass=
|
||||
|
|
|
@ -3,3 +3,7 @@
|
|||
# How I run the ITs from a clean slate. Though I do this with a primed Nexus instance. JvZ.
|
||||
|
||||
mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo
|
||||
|
||||
# If behind a proxy try this
|
||||
|
||||
# mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass=
|
||||
|
|
Loading…
Reference in New Issue