Skip to content

Commit

Permalink
Removing unused skipCobertura from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Jul 7, 2021
1 parent ba22dee commit 2849cad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<maven.compiler.target>11.0</maven.compiler.target>
<skipSource>false</skipSource>
<skipGpg>false</skipGpg>
<skipCobertura>false</skipCobertura>
<skipStaging>true</skipStaging>
<skipJavadoc>false</skipJavadoc>
<project.timezone>UTC</project.timezone>
Expand Down Expand Up @@ -356,7 +355,6 @@
<properties>
<skipSource>true</skipSource>
<skipGpg>true</skipGpg>
<skipCobertura>true</skipCobertura>
<skipStaging>true</skipStaging>
<skipJavadoc>true</skipJavadoc>
</properties>
Expand Down

0 comments on commit 2849cad

Please sign in to comment.