You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2016/11/03 07:59:57 UTC

incubator-eagle git commit: [EAGLE-717] Upgrade maven-surefire-plugin for supporting forkMode ( =…

Repository: incubator-eagle
Updated Branches:
  refs/heads/master f108c7f45 -> e39c76ce8


[EAGLE-717] Upgrade maven-surefire-plugin for supporting forkMode ( =\u2026

<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [x] Make sure the PR title is formatted like:
   `[EAGLE-<Jira issue #>] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
       Travis-CI on your fork and ensure the whole test matrix passes).
 - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
       number, if there is one.
 - [ ] If this contribution is large, please file an Apache
       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).

---
\u2026 always ) correctly

Upgrade maven-surefire-plugin to 2.19.1 (latest version)

Author: baibaichen <ba...@gmail.com>

Closes #596 from baibaichen/EAGLE-717.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/e39c76ce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/e39c76ce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/e39c76ce

Branch: refs/heads/master
Commit: e39c76ce8b503fcf447814cd9ea51c9ced2fee81
Parents: f108c7f
Author: baibaichen <ba...@gmail.com>
Authored: Thu Nov 3 15:59:51 2016 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Thu Nov 3 15:59:51 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/e39c76ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 63f39d6..6792e4a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <maven-dependency.version>2.10</maven-dependency.version>
         <maven-exec.version>1.4.0</maven-exec.version>
         <maven-license.version>2.6</maven-license.version>
-        <maven-surefire.version>2.6</maven-surefire.version>
+        <maven-surefire.version>2.19.1</maven-surefire.version>
         <maven-jar.version>2.6</maven-jar.version>
         <maven-scala.version>2.15.2</maven-scala.version>
         <maven-scalatest.version>1.0</maven-scalatest.version>
@@ -1111,6 +1111,7 @@
                     <version>${maven-surefire.version}</version>
                     <configuration>
                         <argLine>-XX:-UseGCOverheadLimit</argLine>
+                        <forkMode>always</forkMode>
                     </configuration>
                 </plugin>
                 <plugin>