mirror of https://github.com/apache/maven.git
o only allow local connections for now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
870feb8497
commit
cacdd3ecdd
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
YJPLIB=/applications/YourKit.app/bin/mac/libyjpagent.jnilib
|
YJPLIB=/applications/YourKit.app/bin/mac/libyjpagent.jnilib
|
||||||
|
|
||||||
MAVEN_OPTS=-agentpath:$YJPLIB=onexit=snapshot,onexit=memory,tracing
|
MAVEN_OPTS=-agentpath:$YJPLIB=onexit=snapshot,onexit=memory,tracing,onlylocal
|
||||||
|
|
||||||
QUOTED_ARGS=""
|
QUOTED_ARGS=""
|
||||||
while [ "$1" != "" ] ; do
|
while [ "$1" != "" ] ; do
|
||||||
|
|
Loading…
Reference in New Issue