We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cf727 commit 2f88c07Copy full SHA for 2f88c07
appveyor.yml
@@ -17,6 +17,10 @@ install:
17
build_script:
18
- mvn clean install -B -DskipTests
19
test_script:
20
- - mvn clean install -B
+ - mvn clean install jacoco:report -B
21
+ - mvn -f math-plugin/pom.xml clean package jacoco:report
22
+ - mvn -f string-plugin/pom.xml clean package jacoco:report
23
+ - mvn -f lodash-plugin/pom.xml clean package jacoco:report
24
+ - mvn -f examples/pom.xml clean package
25
cache:
26
- C:\maven\apache-maven-3.3.9
0 commit comments