]
Radim Hopp updated JBIDE-12496:
-------------------------------
Fix Version/s: 4.0.0.M1
(was: 3.3.0.M5)
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: Feature Request
Components: project-examples
Affects Versions: 4.0.x
Environment: Fedora 16, OpenJDK 1.6
Reporter: Radim Hopp
Assignee: Snjezana Peco
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: