xref: /aosp_15_r20/external/jacoco/jacoco-maven-plugin/META-INF/m2e/lifecycle-mapping-metadata.xml (revision 7e63c1270baf9bfa84f5b6aecf17bd0c1a75af94)
1<!--
2   Copyright (c) 2009, 2021 Mountainminds GmbH & Co. KG and Contributors
3   This program and the accompanying materials are made available under
4   the terms of the Eclipse Public License 2.0 which is available at
5   http://www.eclipse.org/legal/epl-2.0
6
7   SPDX-License-Identifier: EPL-2.0
8
9   Contributors:
10      Evgeny Mandrikov - initial API and implementation
11-->
12<lifecycleMappingMetadata>
13  <pluginExecutions>
14    <pluginExecution>
15      <pluginExecutionFilter>
16        <goals>
17          <goal>prepare-agent</goal>
18          <goal>prepare-agent-integration</goal>
19          <goal>merge</goal>
20          <goal>report</goal>
21          <goal>report-integration</goal>
22          <goal>report-aggregate</goal>
23          <goal>check</goal>
24          <goal>dump</goal>
25          <goal>instrument</goal>
26          <goal>restore-instrumented-classes</goal>
27        </goals>
28      </pluginExecutionFilter>
29      <action>
30        <ignore />
31      </action>
32    </pluginExecution>
33  </pluginExecutions>
34</lifecycleMappingMetadata>
35