Skip to content

Commit

Permalink
Upgraded jacoco-maven-plugin
Browse files Browse the repository at this point in the history
Also removed unnecessary m2e lifecycle mappings
  • Loading branch information
perlan committed Sep 3, 2015
1 parent df72213 commit f37498e
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,6 @@
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<versionRange>[0.6.2.201302030002,)</versionRange>
<goals>
<goal>prepare-agent</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>

<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -260,21 +246,6 @@
<ignore></ignore>
</action>
</pluginExecution>

<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<versionRange>[1.5.5,)</versionRange>
<goals>
<goal>descriptor</goal>
<goal>helpmojo</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down Expand Up @@ -445,7 +416,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version>
<version>0.7.5.201505241946</version>
</plugin>

<plugin>
Expand Down

0 comments on commit f37498e

Please sign in to comment.