mirror of https://github.com/apache/maven.git
[MNG-3969] removed explicit local repo from temporary bootstrap script
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@745635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e39657bd9e
commit
4e1fc45f7e
2
bs
2
bs
|
@ -5,6 +5,6 @@
|
|||
# and maven-3 requires a specific default implementation
|
||||
#
|
||||
export CLASSPATH=./mercury-ant-tasks-1.0-alpha-6-SNAPSHOT.jar
|
||||
export ANT_OPTS='-Dmercury.log.threshold=warn -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dmaven.repo.local=/app/maven.repo -Dmaven.repo.central=http://repository.sonatype.org/content/groups/public '
|
||||
export ANT_OPTS='-Dmercury.log.threshold=warn -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dmaven.repo.central=http://repository.sonatype.org/content/groups/public '
|
||||
#export ANT_OPTS=$ANT_OPTS' -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'
|
||||
ant -f build-mercury.xml
|
||||
|
|
Loading…
Reference in New Issue