Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-29 17:03:03 +0000
committerJoakim Erdfelt2015-06-29 17:03:03 +0000
commit62bd4be4c0337b718e9ec820afa19d66df3f6a27 (patch)
treec124b9a082ef99215f48ae3354df7c19c20a7f89 /jetty-webapp
parent438e1543dc63e47e0b4ebb1e182f9e57500ce180 (diff)
downloadorg.eclipse.jetty.project-62bd4be4c0337b718e9ec820afa19d66df3f6a27.tar.gz
org.eclipse.jetty.project-62bd4be4c0337b718e9ec820afa19d66df3f6a27.tar.xz
org.eclipse.jetty.project-62bd4be4c0337b718e9ec820afa19d66df3f6a27.zip
Using newer surefire fork settings
Diffstat (limited to 'jetty-webapp')
-rw-r--r--jetty-webapp/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 14c5a59865..79577f0213 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -34,6 +34,14 @@
<onlyAnalyze>org.eclipse.jetty.webapp.*</onlyAnalyze>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>1</forkCount>
+ <reuseForks>false</reuseForks>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>

Back to the top