mirror of https://github.com/apache/maven.git
o Made goal executed by bootstrap customizable during from CI
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1038165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb52cac08b
commit
1322272d6b
|
@ -80,6 +80,7 @@ Do you want to continue?</input>
|
|||
<property name="skipTests" value="false" />
|
||||
<property name="surefire.useFile" value="true" />
|
||||
<property name="maven.test.redirectTestOutputToFile" value="${surefire.useFile}" />
|
||||
<property name="maven.goal" value="install" />
|
||||
<echo>maven.home = ${maven.home}</echo>
|
||||
<echo>maven.repo.local = ${maven.repo.local}</echo>
|
||||
</target>
|
||||
|
@ -233,7 +234,7 @@ Do you want to continue?</input>
|
|||
<arg value="-B" />
|
||||
<arg value="-V" />
|
||||
<arg value="clean" />
|
||||
<arg value="install" />
|
||||
<arg value="${maven.goal}" />
|
||||
<arg value="-Dmaven.test.skip=${maven.test.skip}" />
|
||||
<arg value="-DskipTests=${skipTests}" />
|
||||
<arg value="-Dmaven.repo.local=${maven.repo.local}" />
|
||||
|
|
Loading…
Reference in New Issue