[
https://issues.jboss.org/browse/JBIDE-12496?page=com.atlassian.jira.plugi...
]
Fred Bricon updated JBIDE-12496:
--------------------------------
Issue Type: Bug (was: Feature Request)
Workaround Description:
* Uninstall m2eclipse-wtp 0.15.2 (or previous version) if it's installed
* Install m2e-wtp 0.16.0 RC1 from
http://download.eclipse.org/m2e-wtp/milestones/0.16.0/
Workaround: Workaround Exists
Java EE Project Artifact - Plugin execution not covered by lifecycle
configuration.
-----------------------------------------------------------------------------------
Key: JBIDE-12496
URL:
https://issues.jboss.org/browse/JBIDE-12496
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.x
Environment: Fedora 16, OpenJDK 1.6
Reporter: Radim Hopp
Assignee: Fred Bricon
Fix For: 4.0.0.M1
After importing Java EE Project archetype from JBoss Central, QuickFix is displayed with
one error:
{code}
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml (execution:
default-generate-application-xml, phase: generate-resources)
{code}
The error marker is in pom.xml of ear project on line 34.
{code}
.
.
.
<build>
<finalName>multi</finalName>
<plugins>
<plugin> <----
HERE
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.6</version>
<configuration>
<!-- Tell Maven we are using Java EE 6 -->
<version>6</version>
.
.
.
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira