File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11language : java
2- script : mvn clean verify
2+ script : mvn clean install -Pci
33notifications :
44 email : false
55jdk :
Original file line number Diff line number Diff line change 88 </parent >
99 <groupId >pl.wavesoftware.utils</groupId >
1010 <artifactId >https-checker</artifactId >
11- <version >0.1 .0-SNAPSHOT</version >
11+ <version >0.8 .0-SNAPSHOT</version >
1212 <packaging >jar</packaging >
1313
1414 <name >HTTP/S Java Checker</name >
137137 </includes >
138138 </configuration >
139139 </plugin >
140+ <plugin >
141+ <groupId >org.eluder.coveralls</groupId >
142+ <artifactId >coveralls-maven-plugin</artifactId >
143+ <version >2.2.0</version >
144+ <executions >
145+ <execution >
146+ <id >coveralls-default</id >
147+ <phase >verify</phase >
148+ <goals >
149+ <goal >jacoco</goal >
150+ </goals >
151+ </execution >
152+ </executions >
153+ </plugin >
140154 </plugins >
141155 </build >
142156 </profile >
You can’t perform that action at this time.
0 commit comments