JBehave
  1. JBehave
  2. JBEHAVE-987

Plugin execution not covered by lifecycle configuration

    Details

    • Type: Bug Bug
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Not A Bug
    • Affects Version/s: None
    • Fix Version/s: 3.9.4
    • Component/s: Archetypes
    • Labels:
      None
    • Number of attachments :
      0

      Description

      Generate JBehave project from archetype produces an invalid pom.xml file.

      "Plugin execution not covered by lifecycle configuration: org.jbehave:jbehave-maven-plugin:4.0-beta-4:unpack-view-resources (execution: unpack-view-resources, phase: process-resources)"

      <plugins>
      <plugin>
      <groupId>org.jbehave</groupId>
      <artifactId>jbehave-maven-plugin</artifactId>
      <version>$

      {jbehave.core.version}

      </version>
      <executions>
      ->>> <execution>
      <id>unpack-view-resources</id>
      <phase>process-resources</phase>
      <goals>
      <goal>unpack-view-resources</goal>
      </goals>
      </execution>
      <execution>
      <id>embeddable-stories</id>
      <phase>integration-test</phase>
      <configuration>
      <includes>
      <include>$

      {embeddables}

      </include>
      </includes>
      <excludes />
      <ignoreFailureInStories>true</ignoreFailureInStories>
      <ignoreFailureInView>false</ignoreFailureInView>
      <threads>1</threads>
      <metaFilters>
      <metaFilter></metaFilter>
      </metaFilters>
      </configuration>
      <goals>
      <goal>run-stories-as-embeddables</goal>
      </goals>
      </execution>
      </executions>
      </plugin>

        Activity

        Hide
        Fabien Benichou added a comment -

        Is there any workaround for this ?

        Show
        Fabien Benichou added a comment - Is there any workaround for this ?
        Show
        Mauro Talevi added a comment - http://wiki.eclipse.org/M2E_plugin_execution_not_covered
        Mauro Talevi made changes -
        Field Original Value New Value
        Resolution Not A Bug [ 6 ]
        Fix Version/s 3.9.4 [ 20449 ]
        Status Open [ 1 ] Resolved [ 5 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Martin Spamer
          • Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: