Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It seems to be a known issue. You can instruct m2e to ignore this. </p> <p><strong>Option 1: pom.xml</strong></p> <p>Add the following inside your <code>&lt;build/&gt;</code> tag:</p> <pre><code>&lt;pluginManagement&gt; &lt;plugins&gt; &lt;!-- Ignore/Execute plugin execution --&gt; &lt;plugin&gt; &lt;groupId&gt;org.eclipse.m2e&lt;/groupId&gt; &lt;artifactId&gt;lifecycle-mapping&lt;/artifactId&gt; &lt;version&gt;1.0.0&lt;/version&gt; &lt;configuration&gt; &lt;lifecycleMappingMetadata&gt; &lt;pluginExecutions&gt; &lt;!-- copy-dependency plugin --&gt; &lt;pluginExecution&gt; &lt;pluginExecutionFilter&gt; &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt; &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt; &lt;versionRange&gt;[1.0.0,)&lt;/versionRange&gt; &lt;goals&gt; &lt;goal&gt;copy-dependencies&lt;/goal&gt; &lt;/goals&gt; &lt;/pluginExecutionFilter&gt; &lt;action&gt; &lt;ignore /&gt; &lt;/action&gt; &lt;/pluginExecution&gt; &lt;/pluginExecutions&gt; &lt;/lifecycleMappingMetadata&gt; &lt;/configuration&gt; &lt;/plugin&gt; &lt;/plugins&gt;&lt;/pluginManagement&gt; </code></pre> <p>You will need to do Maven... -> Update Project Configuration on your project after this.</p> <p>Read more: <a href="http://wiki.eclipse.org/M2E_plugin_execution_not_covered#m2e_maven_plugin_coverage_status">http://wiki.eclipse.org/M2E_plugin_execution_not_covered#m2e_maven_plugin_coverage_status</a></p> <p><strong>Option 2: Global Eclipse Override</strong></p> <p>To avoid changing your POM files, the ignore override can be applied to the whole workspace via Eclipse settings.</p> <p>Save this file somewhere on the disk: <a href="https://gist.github.com/maksimov/8906462">https://gist.github.com/maksimov/8906462</a></p> <p>In <code>Eclipse/Preferences/Maven/Lifecycle Mappings</code> browse to this file and click OK:</p> <p><img src="https://i.stack.imgur.com/o7cfG.png" alt="Eclipse Settings"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload