File tree Expand file tree Collapse file tree 3 files changed +0
-34
lines changed
Expand file tree Collapse file tree 3 files changed +0
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ install: mvn install -DskipTests -Dgpg.skip
1010script :
1111 - mvn clean verify -Dgpg.skip
1212
13- after_success :
14- - mvn clean cobertura:cobertura coveralls:report -Dgpg.skip
15-
1613cache :
1714 directories :
1815 - $HOME/.m2
Original file line number Diff line number Diff line change 7070 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7171 <jdk .version>1.6</jdk .version>
7272
73- <!-- Repo token for Coveralls. -->
74- <coveralls-maven-plugin .repoToken>lq77rzORtJmhhqs4MWED6qPzVi0IEqrf9</coveralls-maven-plugin .repoToken>
75-
7673 <!-- Modules. -->
77- <cobertura-maven-plugin .version>2.7</cobertura-maven-plugin .version>
78- <coveralls-maven-plugin .version>4.2.0</coveralls-maven-plugin .version>
7974 <nexus-staging-maven-plugin .version>1.6.7</nexus-staging-maven-plugin .version>
8075 <maven-source-plugin .version>3.0.0</maven-source-plugin .version>
8176 <maven-javadoc-plugin .version>2.10.3</maven-javadoc-plugin .version>
9994
10095 <build >
10196 <plugins >
102- <plugin >
103- <groupId >org.codehaus.mojo</groupId >
104- <artifactId >cobertura-maven-plugin</artifactId >
105- <version >${cobertura-maven-plugin.version} </version >
106- <configuration >
107- <check >
108- </check >
109- <formats >
110- <format >xml</format >
111- <format >html</format >
112- </formats >
113- <maxmem >256m</maxmem >
114- <aggregate >true</aggregate >
115- </configuration >
116- </plugin >
117-
118- <plugin >
119- <groupId >org.eluder.coveralls</groupId >
120- <artifactId >coveralls-maven-plugin</artifactId >
121- <version >${coveralls-maven-plugin.version} </version >
122- <configuration >
123- <repoToken >${coveralls-maven-plugin.repoToken} </repoToken >
124- </configuration >
125- </plugin >
126-
12797 <plugin >
12898 <groupId >org.apache.maven.plugins</groupId >
12999 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments