File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ install: true
15
15
script : mvn -B -V package javadoc:javadoc test
16
16
17
17
after_success :
18
- - mvn clean test jacoco:report coveralls:report
18
+ - mvn -B -V clean test jacoco:report coveralls:report
Original file line number Diff line number Diff line change 82
82
<artifactId >maven-resources-plugin</artifactId >
83
83
<version >3.0.1</version >
84
84
</plugin >
85
+ <plugin >
86
+ <groupId >org.apache.maven.plugins</groupId >
87
+ <artifactId >maven-plugin-plugin</artifactId >
88
+ <version >3.4</version >
89
+ </plugin >
85
90
<plugin >
86
91
<groupId >org.eluder.coveralls</groupId >
87
92
<artifactId >coveralls-maven-plugin</artifactId >
88
- <version >3.0.1 </version >
93
+ <version >4.2.0 </version >
89
94
</plugin >
90
95
<plugin >
91
96
<groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments