[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
Mon Aug 27 08:46:15 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713876#comment-12713876 ] 

Fred Bricon commented on JBIDE-12496:
-------------------------------------

Automatic installation of m2e-wtp has been temporarily disabled when installing JBT Maven plugins, because we can not upgrade m2e-wtp over m2eclipse-wtp (from Github).
Ideally, we should fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=385746 before declaring m2e-wtp (from eclipse.org) a requirement.

IF we enforce the m2e-wtp requirement for JBT maven plugins, then most users won't be able to upgrade to JBT 4, without uninstalling everything first.
                
> 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: 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

        


More information about the jbosstools-issues mailing list