direct invocation of plugin after lifecycle calls that build it causes 
lifecycle-planning problem
-------------------------------------------------------------------------------------------------

                 Key: MNG-3449
                 URL: http://jira.codehaus.org/browse/MNG-3449
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 2.1-alpha-1
            Reporter: John Casey
         Attachments: maven-find-local-repo-plugin.zip

When you run a plugin build using something like:

maven-foo-plugin$ mvn clean install foo:bar

Maven fails to construct a build plan for this build, since it cannot resolve 
the prefix for the 'foo' plugin. We need to allow this to fail during 
build-planning, then do another late-bound approach to resolve the prefix and 
run the mojo. I'm attaching a test plugin for this.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to