You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2005/02/27 21:37:45 UTC

[jira] Work Started: (MNG-155) plugin configuration needs to activate lifecycle

Message:

   Work on this issue has been started by Brett Porter (mailto:brett@codehaus.org)

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-155

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-155
    Summary: plugin configuration needs to activate lifecycle
       Type: Task

     Status: In Progress
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
 Components: 
             maven-core
   Fix Fors:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Sun, 27 Feb 2005 12:26 AM
    Updated: Sun, 27 Feb 2005 3:35 PM

Description:
The existence of plugin configuration needs to pre-initialise plugins and activate the necessary lifecycle elements.

- specifying a plugins element in the POM will load all mojos in the plugin and add them to phases they specify using @phase (one in all in, even if specific goals are configured for the plugin)

- plugin elements in the pom are inherited: for this reason, the super POM must not specify defaults for some plugins as they will always be loaded - defaults for mojos can be specified in the mojo descriptor

- need to be able to override inheritence:
<plugin>
  <id>test</id>
  <disabled>true</disabled>
</plugin>
(possibly likewise for goal)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira