Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12496

Java EE Project Artifact - Plugin execution not covered by lifecycle configuration.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Alpha1
    • 4.0.x
    • maven
    • None
    • Workaround Exists
    • Hide
      Show
      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/

      After importing Java EE Project archetype from JBoss Central, QuickFix is displayed with one error:

      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)
      

      The error marker is in pom.xml of ear project on line 34.

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

            fbricon@redhat.com Fred Bricon
            rhopp@redhat.com Radim Hopp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: