[ 
http://jira.codehaus.org/browse/MDEP-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222925#action_222925
 ] 

Brian Fox commented on MDEP-213:
--------------------------------

So you want to resolve everything in depMgt to make sure the versions exist?

> resolve dependencyManagement section with option to fail the build
> ------------------------------------------------------------------
>
>                 Key: MDEP-213
>                 URL: http://jira.codehaus.org/browse/MDEP-213
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: resolve
>    Affects Versions: 2.0
>            Reporter: Jim Sellers
>            Assignee: Brian Fox
>
> When using the dependencyManagement section of a pom of type "pom" to create 
> a bill of materials, it's currently possible to specify an invalid version.  
> eg:
> {code:xml}
>       <dependencyManagement>
>               <dependencies>
>                       <dependency>
>                               <groupId>commons-logging</groupId>
>                               <artifactId>commons-logging</artifactId>
>                               <version>9.9</version>
>                       </dependency>
>               </dependencies>
>       </dependencyManagement>
> {code} 
> It would be really useful for these types of pom's to be able to force all 
> the dependencies to be resolved when running something like "install" and 
> have that fail the build.

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