Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3824

The default plugin execution should be configurable through a plugin execution config.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Plugins and Lifecycle
    • None
    • Patch

    Description

      Currently the only way to configure the default plugin executions is from the main plugin configuration section.

       
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <some-config>true</some-config>
        </configuration>
      </plugin>
      

      This can become messy when multiple exeuctions of one of the default plugins are desired, because some configuration may only apply to the default execution instead of applying to all the executions.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pgier Paul Gier
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: