[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:48:14 EDT 2012


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

Fred Bricon updated JBIDE-12496:
--------------------------------

    Component/s: maven
                     (was: project-examples)

    
> 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: 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

        


More information about the jbosstools-issues mailing list