Browse Source

Improve MAVEN build Performance

pull/469/head
Chen Zhang 2 years ago
parent
commit
89055e453f
2 changed files with 6 additions and 1 deletions
  1. 1
    1
      .travis.yml
  2. 5
    0
      pom.xml

+ 1
- 1
.travis.yml View File

@@ -2,4 +2,4 @@ language: java
jdk:
- openjdk11
after_success:
- mvn clean cobertura:cobertura coveralls:report
- mvn -T 1C clean cobertura:cobertura coveralls:report

+ 5
- 0
pom.xml View File

@@ -77,6 +77,11 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<parallel>classes</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>

</plugin>

<plugin>

Loading…
Cancel
Save