File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 57
57
<artifactId >jacoco-maven-plugin</artifactId >
58
58
<version >0.7.2.201409121644</version >
59
59
</plugin >
60
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
61
+ <plugin >
62
+ <groupId >org.eclipse.m2e</groupId >
63
+ <artifactId >lifecycle-mapping</artifactId >
64
+ <version >1.0.0</version >
65
+ <configuration >
66
+ <lifecycleMappingMetadata >
67
+ <pluginExecutions >
68
+ <pluginExecution >
69
+ <pluginExecutionFilter >
70
+ <groupId >org.jacoco</groupId >
71
+ <artifactId >
72
+ jacoco-maven-plugin
73
+ </artifactId >
74
+ <versionRange >
75
+ [0.7.2.201409121644,)
76
+ </versionRange >
77
+ <goals >
78
+ <goal >prepare-agent</goal >
79
+ </goals >
80
+ </pluginExecutionFilter >
81
+ <action >
82
+ <ignore ></ignore >
83
+ </action >
84
+ </pluginExecution >
85
+ </pluginExecutions >
86
+ </lifecycleMappingMetadata >
87
+ </configuration >
88
+ </plugin >
60
89
</plugins >
61
90
</pluginManagement >
62
91
<plugins >
You can’t perform that action at this time.
0 commit comments