error when importing maven project into eclipse

mostafa jamareh August 31, 2013

I imported my maven project into eclipse but it gave me this error

Plugin execution not covered by lifecycle configuration

and i made change on my pom.xml as this:

</pluginExecutionFilter>
                <action> 
                       <ignore />
                </action>
 </pluginExecutions>

and after that i tried this

Maven > Update Project

but the same result as before ,what can i do to eliminate the error?

thanks in advance,

2 answers

0 votes
jjaroczynski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2013

Hi,

Can you try all the hints from http://wiki.eclipse.org/M2E_plugin_execution_not_covered?

From what I can see the <action> element should be located inside <pluginExecution> so the code can look like:

&lt;/pluginExecutionFilter&gt;
        &lt;action&gt;
            &lt;ignore /&gt;
        &lt;/action&gt;
    &lt;/pluginExecution&gt;
&lt;/pluginExecutions&gt;

Please note missing </pluginExecution> in your snippet.

Cheers,
Jacek

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 31, 2013
That implies your Eclipse is not set up to work with maven correctly. How have you configured it with Maven? Have you hooked it into the Atlassian SDK properly? Did you follow https://developer.atlassian.com/display/DOCS/Set+Up+the+Eclipse+IDE+for+Linux ?
mostafa jamareh September 2, 2013

yes i followed this doc( set up the eclipse IDE for linux)

Here's what I've done

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events