We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed561de commit 613ff1eCopy full SHA for 613ff1e
pom.xml
@@ -181,24 +181,6 @@
181
<target>1.11</target>
182
</configuration>
183
</plugin>
184
- <plugin>
185
- <groupId>org.eluder.coveralls</groupId>
186
- <artifactId>coveralls-maven-plugin</artifactId>
187
- <version>4.3.0</version>
188
- <configuration>
189
- <serviceName>travis-ci</serviceName>
190
- </configuration>
191
- </plugin>
192
193
- <groupId>org.codehaus.mojo</groupId>
194
- <artifactId>cobertura-maven-plugin</artifactId>
195
- <version>2.7</version>
196
197
- <format>xml</format>
198
- <maxmem>256m</maxmem>
199
- <check/>
200
201
202
<plugin>
203
<groupId>org.apache.maven.plugins</groupId>
204
<artifactId>maven-jar-plugin</artifactId>
0 commit comments