JAMES-2489 Reuse forks for Swift tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/55759fc6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/55759fc6 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/55759fc6 Branch: refs/heads/master Commit: 55759fc6c497345b83a5a22f83259f8fb7528a0e Parents: d236195 Author: Benoit Tellier <[email protected]> Authored: Thu Nov 1 10:06:53 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 1 10:15:54 2018 +0700 ---------------------------------------------------------------------- server/blob/blob-objectstorage/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/55759fc6/server/blob/blob-objectstorage/pom.xml ---------------------------------------------------------------------- diff --git a/server/blob/blob-objectstorage/pom.xml b/server/blob/blob-objectstorage/pom.xml index 972622c..551d152 100644 --- a/server/blob/blob-objectstorage/pom.xml +++ b/server/blob/blob-objectstorage/pom.xml @@ -112,5 +112,18 @@ </dependency> </dependencies> - + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <reuseForks>true</reuseForks> + </configuration> + </plugin> + </plugins> + </build> + + </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
