diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-09-01 23:47:27 +0200 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-09-02 15:06:30 +0000 |
commit | 5b05708e3dec3200eb0d996e45c76a049038ca09 (patch) | |
tree | f494c49a6da6c64ef5ec8747a84329f76200ae08 /onboarding/pom.xml | |
parent | 1ec3dde2067e0181faa8e5098219c93126638aef (diff) |
Optimize Build
Optimize the time required to compute the tests so that the build can be faster
Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I0ccbc3a0f9d895e75dcf5e4c1ef35ebf3ba06808
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'onboarding/pom.xml')
-rw-r--r-- | onboarding/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 4ccb3d831b..2d7927e56b 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -309,10 +309,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>${maven-surefire-plugin.version}</version> <configuration> - <forkCount>${fork.count}</forkCount> - <forkMode>${fork.mode}</forkMode> <printSummary>false</printSummary> <additionalClasspathElements> <additionalClasspathElement>${project.basedir}/src/test/resources @@ -323,7 +320,6 @@ </logback.configurationFile> <config.location>${project.basedir}/configuration</config.location> </systemPropertyVariables> - <useSystemClassLoader>${useSystemClassLoader}</useSystemClassLoader> </configuration> </plugin> <plugin> |