[jbosstools-issues] [JBoss JIRA] (JBIDE-12496) Java EE Project Artifact - Plugin execution not covered by lifecycle configuration.

Fred Bricon (JIRA) jira-events at lists.jboss.org
Fri Aug 31 04:57:32 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon resolved JBIDE-12496.
---------------------------------

    Resolution: Done


Resolving issue as dependency to m2e-wtp has been restored. When m2e-wtp gets installed with JavaEE Maven configurators, then this error should occur anymore.
                
> 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.Alpha1
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list