Uploaded image for project: 'Buildmetadata Maven Plugin'
  1. Buildmetadata Maven Plugin
  2. BMMP-25

Configuration requires execution block

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • normal
    • 1.0.0
    • 0.6.5
    • Buildmetadata-Mojo
    • None
    • Operating System: All
      Platform: All

    Description

      Currently the mojo is only executed if there is an execution block in the configuration like this:

      <plugin>
      <groupId>de.smartics.maven.plugin</groupId>
      <artifactId>maven-buildmetadata-plugin</artifactId>
      <executions>
      <execution>
      <phase>initialize</phase>
      <goals>
      <goal>provide-buildmetadata</goal>
      </goals>
      </execution>
      </executions>
      </plugin>

      Why is this execution block required and the mojo is not bound to the phase as tagged by javadoc tags?

      • @goal provide-buildmetadata
      • @phase initialize

      Attachments

        Activity

          People

            robert.reiner Robert Reiner
            robert.reiner Robert Reiner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: