You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/07/07 01:21:30 UTC

svn commit: r674360 - /maven/components/trunk/maven-distribution/src/bin/mvnyjp

Author: jvanzyl
Date: Sun Jul  6 16:21:29 2008
New Revision: 674360

URL: http://svn.apache.org/viewvc?rev=674360&view=rev
Log:
o only allow local connections for now

Modified:
    maven/components/trunk/maven-distribution/src/bin/mvnyjp

Modified: maven/components/trunk/maven-distribution/src/bin/mvnyjp
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/bin/mvnyjp?rev=674360&r1=674359&r2=674360&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/src/bin/mvnyjp (original)
+++ maven/components/trunk/maven-distribution/src/bin/mvnyjp Sun Jul  6 16:21:29 2008
@@ -35,7 +35,7 @@
 
 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=""
 while [ "$1" != "" ] ; do