Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweaks to make jacoco work / cleanup cobertura error spam #197

Merged
merged 1 commit into from Jan 24, 2015

Conversation

chrisbennight
Copy link
Contributor

No description provided.

@@ -91,7 +92,7 @@
<type>war</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/geoserver</outputDirectory>
<excludes>**/commons-dbcp-1.4.jar,**/*1.7-SNAPSHOT.jar,**/*2.7-SNAPSHOT.jar,**/*20140915*.jar,**/*13-SNAPSHOT.jar</excludes>
<excludes>**/commons-dbcp-1.4.jar,**/*1.7-SNAPSHOT.jar,**/*2.7-SNAPSHOT.jar,**/*20140915*.jar,**/*13-SNAPSHOT.jar,**/slf4j*.jar</excludes>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add ,*/slf4j.jar to the exclusions list here as older versions of geoserver were bringing in an older version that conflicted with some hadoop dependencies

@coveralls
Copy link

Coverage Status

Coverage increased (+17.0%) to 35.66% when pulling 9d93d16 on jacoco-coveralls-tweaks into 53eb0ef on master.

chrisbennight added a commit that referenced this pull request Jan 24, 2015
tweaks to make jacoco work / cleanup cobertura error spam
@chrisbennight chrisbennight merged commit 975ec36 into master Jan 24, 2015
@chrisbennight chrisbennight deleted the jacoco-coveralls-tweaks branch January 24, 2015 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants