You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/10/30 20:04:57 UTC

[38/50] [abbrv] usergrid git commit: remove jacoco

remove jacoco


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/4e647e0a
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/4e647e0a
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/4e647e0a

Branch: refs/heads/asf-site
Commit: 4e647e0a1ea00f57e4a2305056b10f88b07c2710
Parents: d1ed645
Author: Shawn Feldman <sf...@apache.org>
Authored: Fri Oct 23 10:45:58 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Fri Oct 23 10:45:58 2015 -0600

----------------------------------------------------------------------
 stack/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/4e647e0a/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 6498595..aba1c0b 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1474,7 +1474,8 @@
                           <threadCount>${usergrid.it.forkCount}</threadCount>
                           <!-- see this page for documentation on classloading issues http://maven.apache.org/surefire/maven-surefire-plugin/examples/class-loading.html -->
                           <useSystemClassLoader>false</useSystemClassLoader>
-                          <argLine>-Xmx${ug.heapmax} -Xms${ug.heapmin} -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco.version}/org.jacoco.agent-${jacoco.version}-runtime.jar=destfile=${project.build.directory}/jacoco.exec  -javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar ${ug.argline}</argLine>
+                          <argLine>-Xmx${ug.heapmax} -Xms${ug.heapmin}  -javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar ${ug.argline}</argLine>
+                          <!--<argLine>-Xmx${ug.heapmax} -Xms${ug.heapmin} -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco.version}/org.jacoco.agent-${jacoco.version}-runtime.jar=destfile=${project.build.directory}/jacoco.exec  -javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar ${ug.argline}</argLine>-->
                           <testFailureIgnore>false</testFailureIgnore>
 
                           <systemPropertyVariables>