[MRRESOURCES-85] Add m2e mapping

Open Beginner friendly
#236 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java
Domain
build-system

Research direction

Start by locating the m2e lifecycle mapping metadata for the Maven Remote Resources Plugin and compare it with the XML example in the issue. Verify that the mapping covers the bundle and process goals and runs on incremental and configuration changes; done means m2e no longer warns for these executions.

Written by the indexing model from the issue text.

Description

enhancement help wanted priority:minor

Karl Heinz Marbaise opened MRRESOURCES-85 and commented

Add mapping for m2e for plugin something like this.

<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
  <pluginExecutions>
    <pluginExecution>
      <pluginExecutionFilter>
        <goals>
          <goal>bundle</goal>
          <goal>process</goal>
        </goals>
      </pluginExecutionFilter>
      <action>
        <execute>
          <runOnIncremental>true</runOnIncremental>
          <runOnConfiguration>true</runOnConfiguration>
        </execute>
      </action>
    </pluginExecution>
  </pluginExecutions>
</lifecycleMappingMetadata>

Affects: 1.6.0

Issue Links:

  • MPOM-287 Disable m2e warning for m-remote-resource-p

0 votes, 5 watchers

Dominant language
Java
Stars
17
Forks
18
Avg merge
1d 13h
Merged PRs (30d)
5

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/maven-remote-resources-plugin

All issues in apache/maven-remote-resources-plugin

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.