Maven 2 & 3

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

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: Plugins and Lifecycle
  • Labels:
    None
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

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.

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: