You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/04/02 12:49:58 UTC

maven-surefire git commit: fixed build without profile "jenkins"

Repository: maven-surefire
Updated Branches:
  refs/heads/master 93d3f8a9e -> 9116f8cf4


fixed build without profile "jenkins"


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9116f8cf
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9116f8cf
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9116f8cf

Branch: refs/heads/master
Commit: 9116f8cf431d104017cc8477ed6e7710f74ec9e5
Parents: 93d3f8a
Author: Tibor17 <ti...@lycos.com>
Authored: Sun Apr 2 14:49:40 2017 +0200
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Apr 2 14:49:40 2017 +0200

----------------------------------------------------------------------
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9116f8cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 688379d..07addb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
           <configuration>
             <!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
             <useSystemClassLoader>false</useSystemClassLoader>
-            <argLine>-Xms128m -Xmx128m ${jacoco.agent}</argLine>
+            <argLine>-Xms128m -Xmx128m</argLine>
           </configuration>
         </plugin>
         <plugin>
@@ -566,6 +566,12 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>-Xms128m -Xmx144m ${jacoco.agent}</argLine>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>