File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99install : mvn install -DskipTests=true -Dgpg.skip=true
1010
11+ after_script : mvn cobertura:cobertura coveralls:cobertura
12+
1113notifications :
1214 email :
1315 recipients :
Original file line number Diff line number Diff line change 8181 <target >1.6</target >
8282 </configuration >
8383 </plugin >
84+ <plugin >
85+ <groupId >org.eluder.coveralls</groupId >
86+ <artifactId >coveralls-maven-plugin</artifactId >
87+ <version >1.2.0</version >
88+ <configuration >
89+ <serviceName >travis-ci</serviceName >
90+ </configuration >
91+ </plugin >
92+ <plugin >
93+ <groupId >org.codehaus.mojo</groupId >
94+ <artifactId >cobertura-maven-plugin</artifactId >
95+ <version >2.5.2</version >
96+ <configuration >
97+ <format >xml</format >
98+ <maxmem >256m</maxmem >
99+ </configuration >
100+ </plugin >
84101 </plugins >
85102 </build >
86103 <parent >
You can’t perform that action at this time.
0 commit comments