Skip to content

Commit 0dcd7ba

Browse files
committed
Updeated POM and gitignore
1 parent 2f33d00 commit 0dcd7ba

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,35 @@
5757
<artifactId>jacoco-maven-plugin</artifactId>
5858
<version>0.7.2.201409121644</version>
5959
</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>
6089
</plugins>
6190
</pluginManagement>
6291
<plugins>

0 commit comments

Comments
 (0)