[ http://jira.codehaus.org/browse/MNG-673?page=all ]

Edwin Punzalan updated MNG-673:
-------------------------------

    Attachment: MNG-673-maven-plugins.patch


Legend: 
+  retained
- removed


maven-ant-plugin
        AntMojo - only creates references from build.xml to the artifact in the 
local repo

maven-antlr-plugin
        AntlrPlugin - mojo generates source files

maven-assembly-plugin
        AssemblyMojo - @execute phase="package"
        DirectoryMojo - @execute phase="package"        
        UnpackMojo + unpacks artifacts into a working directory

maven-clover-plugin
        CloverInstrumentMojo + mojo processes the project classpath elements

maven-compiler-plugin
        CompilerMojo + needs project classpath to compile
        TestCompilerMojo + needs project classpath to compile

maven-ear-plugin
        EarMojo + includes all deps into archive from local repo
        GenerateApplicationXmlMojo - actual classpath elements not needed to 
create "application.xml"

maven-eclipse-plugin
        EclipsePlugin + classpath elements are needed by Eclipse IDE

maven-idea-plugin
        IdeaMojo + classpath elements are needed by Eclipse IDE

maven-javadoc-plugin
        JavadocReport + classpath elements are needed by native javadoc

maven-rar-plugin
        RarMojo + includes all deps into archive from local repo

maven-release-plugin
        PrepareReleaseMojo - mojo doesn't dep artifacts for release. processes 
only poms

maven-site-plugin
        SiteMojo - mojo doesn't need dep

maven-surefire-plugin
        SurefirePlugin + needs the classpath elements to execute tests

maven-war-plugin
        WarExplodedMojo + archiver requires depResolution
        WarInPlaceMojo + archiver requires depResolution
        WarMojo + archiver requires depResolution



> audit @requiresDependencyResolution
> -----------------------------------
>
>          Key: MNG-673
>          URL: http://jira.codehaus.org/browse/MNG-673
>      Project: Maven 2
>         Type: Task
>   Components: maven-plugins
>     Reporter: Brett Porter
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: MNG-673-maven-plugins.patch
>
>
> we need to go through all the mojos and confirm this setting is present if 
> necessary, omitted if possible, and correct where given.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to