Repository: incubator-edgent
Updated Branches:
  refs/heads/develop 95f28f049 -> ae28b030a


[Edgent-445] testOverridePortNumber() fails in Jenkins Java7

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

Branch: refs/heads/develop
Commit: ae28b030a0c958bf2b45c95d71a67fd2ff15843e
Parents: 95f28f0
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Tue Jan 30 15:42:29 2018 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Tue Jan 30 15:42:29 2018 -0500

----------------------------------------------------------------------
 platforms/java7/console/server/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/ae28b030/platforms/java7/console/server/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/server/pom.xml 
b/platforms/java7/console/server/pom.xml
index b8fd740..1f1cbd4 100644
--- a/platforms/java7/console/server/pom.xml
+++ b/platforms/java7/console/server/pom.xml
@@ -108,6 +108,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <!-- needed because of HttpServer impl and HttpServerPortTest -->
+            <reuseForks>false</reuseForks>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Reply via email to