File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : java
22jdk :
3- - oraclejdk7
4- - openjdk7
5- - openjdk6
3+ - openjdk6
4+ after_success :
5+ - mvn clean cobertura:cobertura coveralls:cobertura
Original file line number Diff line number Diff line change 11# stackify-api-common
22
33[ ![ Build Status] ( https://travis-ci.org/stackify/stackify-api-common.png )] ( https://travis-ci.org/stackify/stackify-api-common )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/stackify/stackify-api-common/badge.png?branch=master )] ( https://coveralls.io/r/stackify/stackify-api-common?branch=master )
45
56Stackify API Common
67
Original file line number Diff line number Diff line change 181181 </executions >
182182 </plugin >
183183
184- </plugins >
185-
186- </build >
187-
188- <reporting >
189-
190- <plugins >
191-
192- <plugin >
193- <groupId >org.apache.maven.plugins</groupId >
194- <artifactId >maven-jxr-plugin</artifactId >
195- <version >2.3</version >
196- </plugin >
197-
198- <plugin >
199- <groupId >org.apache.maven.plugins</groupId >
200- <artifactId >maven-javadoc-plugin</artifactId >
201- <version >2.9.1</version >
202- </plugin >
203-
204- <plugin >
205- <groupId >org.apache.maven.plugins</groupId >
206- <artifactId >maven-surefire-report-plugin</artifactId >
207- <version >2.17</version >
208- </plugin >
209-
210184 <plugin >
211185 <groupId >org.codehaus.mojo</groupId >
212186 <artifactId >cobertura-maven-plugin</artifactId >
213187 <version >2.6</version >
214188 <configuration >
215189 <formats >
216- <format >html</format >
217190 <format >xml</format >
218191 </formats >
219192 </configuration >
220193 </plugin >
221194
222195 <plugin >
223- <groupId >org.apache.maven.plugins</groupId >
224- <artifactId >maven-pmd-plugin</artifactId >
225- <version >3.1</version >
226- <configuration >
227- <targetJdk >${java.version} </targetJdk >
228- </configuration >
196+ <groupId >org.eluder.coveralls</groupId >
197+ <artifactId >coveralls-maven-plugin</artifactId >
198+ <version >2.2.0</version >
229199 </plugin >
230-
200+
201+ </plugins >
202+
203+ </build >
204+
205+ <reporting >
206+
207+ <plugins >
208+
231209 <plugin >
232- <groupId >org.codehaus.mojo </groupId >
233- <artifactId >jdepend- maven-plugin</artifactId >
234- <version >2.0 </version >
210+ <groupId >org.apache.maven.plugins </groupId >
211+ <artifactId >maven-javadoc -plugin</artifactId >
212+ <version >2.9.1 </version >
235213 </plugin >
236-
214+
237215 </plugins >
238216
239217 </reporting >
You can’t perform that action at this time.
0 commit comments