Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit 3cdaeda

Browse files
committed
12: Add slides for J1 '16
Task-Url: unitsofmeasurement/unitsofmeasurement-jbake#12
1 parent e5e239f commit 3cdaeda

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,38 @@
9191
</configuration>
9292
</plugin>
9393
</plugins>
94+
<pluginManagement>
95+
<plugins>
96+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
97+
<plugin>
98+
<groupId>org.eclipse.m2e</groupId>
99+
<artifactId>lifecycle-mapping</artifactId>
100+
<version>1.0.0</version>
101+
<configuration>
102+
<lifecycleMappingMetadata>
103+
<pluginExecutions>
104+
<pluginExecution>
105+
<pluginExecutionFilter>
106+
<groupId>org.jacoco</groupId>
107+
<artifactId>
108+
jacoco-maven-plugin
109+
</artifactId>
110+
<versionRange>
111+
[0.7.0.201403182114,)
112+
</versionRange>
113+
<goals>
114+
<goal>prepare-agent</goal>
115+
</goals>
116+
</pluginExecutionFilter>
117+
<action>
118+
<ignore></ignore>
119+
</action>
120+
</pluginExecution>
121+
</pluginExecutions>
122+
</lifecycleMappingMetadata>
123+
</configuration>
124+
</plugin>
125+
</plugins>
126+
</pluginManagement>
94127
</build>
95128
</project>

0 commit comments

Comments
 (0)