You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2007/03/14 03:35:33 UTC

[jira] Created: (MDEP-70) add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met

add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met
----------------------------------------------------------------------------------------------------

                 Key: MDEP-70
                 URL: http://jira.codehaus.org/browse/MDEP-70
             Project: Maven 2.x Dependency Plugin
          Issue Type: New Feature
          Components: analyze
            Reporter: Brian Fox
         Assigned To: Brian Fox


Add the ability to fail the build on:

1. if there are undeclared direct dependencies
2. if there are unused dependencies
3. if snapshots are included  anywhere (won't need to run the analyzer for this)

this mojo should have a skip function similar to surefire,pmd and checkstyle to easily skip embeded checks.


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

        

[jira] Closed: (MDEP-70) add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MDEP-70.
-------------------------

    Resolution: Duplicate

This is fixed by MENFORCER-8

> add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MDEP-70
>                 URL: http://jira.codehaus.org/browse/MDEP-70
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: analyze
>    Affects Versions: 2.0-alpha-3
>            Reporter: Brian Fox
>            Assignee: Brian Fox
>             Fix For: 2.0-alpha-5
>
>
> Add the ability to fail the build on:
> 1. if there are undeclared direct dependencies
> 2. if there are unused dependencies
> 3. if snapshots are included  anywhere (won't need to run the analyzer for this)
> this mojo should have a skip function similar to surefire,pmd and checkstyle to easily skip embeded checks.

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

        

[jira] Updated: (MDEP-70) add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-70:
--------------------------

    Affects Version/s: 2.0-alpha-3
        Fix Version/s: 2.0-alpha-3

> add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MDEP-70
>                 URL: http://jira.codehaus.org/browse/MDEP-70
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: analyze
>    Affects Versions: 2.0-alpha-3
>            Reporter: Brian Fox
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-3
>
>
> Add the ability to fail the build on:
> 1. if there are undeclared direct dependencies
> 2. if there are unused dependencies
> 3. if snapshots are included  anywhere (won't need to run the analyzer for this)
> this mojo should have a skip function similar to surefire,pmd and checkstyle to easily skip embeded checks.

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

        

[jira] Updated: (MDEP-70) add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-70:
--------------------------

    Fix Version/s:     (was: 2.0-alpha-3)
                   2.0-alpha-4

> add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MDEP-70
>                 URL: http://jira.codehaus.org/browse/MDEP-70
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: analyze
>    Affects Versions: 2.0-alpha-3
>            Reporter: Brian Fox
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-4
>
>
> Add the ability to fail the build on:
> 1. if there are undeclared direct dependencies
> 2. if there are unused dependencies
> 3. if snapshots are included  anywhere (won't need to run the analyzer for this)
> this mojo should have a skip function similar to surefire,pmd and checkstyle to easily skip embeded checks.

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

        

[jira] Updated: (MDEP-70) add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-70:
--------------------------

    Fix Version/s:     (was: 2.0-alpha-4)
                   2.0-alpha-5

> add new mojo to perform analysis of dependencies and fail the build if certain conditions aren't met
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MDEP-70
>                 URL: http://jira.codehaus.org/browse/MDEP-70
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: analyze
>    Affects Versions: 2.0-alpha-3
>            Reporter: Brian Fox
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-5
>
>
> Add the ability to fail the build on:
> 1. if there are undeclared direct dependencies
> 2. if there are unused dependencies
> 3. if snapshots are included  anywhere (won't need to run the analyzer for this)
> this mojo should have a skip function similar to surefire,pmd and checkstyle to easily skip embeded checks.

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