You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2007/03/18 04:31:53 UTC

[VOTE] maven-dependency-plugin 2.0-alpha-3

I'd like to release maven-dependency-plugin:2.0-alpha-3

Tag:
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
in-2.0-alpha-3/

Staged at:
http://people.apache.org/~brianf/staging-repository

Changes:
This release adds 2 new goals:
dependency:analyze -> this executes the maven-dependency-analyzer shared
component to look for problems with dependencies. 
Dependency:analyze-dep-mgt -> this compares the resolved dependencies
with the dependencyManagement section to identify mismatches. This is
intended to help people identify potential issues before upgrading to
2.0.6 (with the MNG-1577 patch). It will also be useful to find out
where projects are explicitly overriding dependencyManagement.
 
This vote is dependent on the vote for maven-dependency-analyzer
succeeding.

Vote is open for 72 hours.

+1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by Emmanuel Venisse <em...@venisse.net>.
+1

Emmanuel

Brian E. Fox a écrit :
> I'd like to release maven-dependency-plugin:2.0-alpha-3
> 
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
> in-2.0-alpha-3/
> 
> Staged at:
> http://people.apache.org/~brianf/staging-repository
> 
> Changes:
> This release adds 2 new goals:
> dependency:analyze -> this executes the maven-dependency-analyzer shared
> component to look for problems with dependencies. 
> Dependency:analyze-dep-mgt -> this compares the resolved dependencies
> with the dependencyManagement section to identify mismatches. This is
> intended to help people identify potential issues before upgrading to
> 2.0.6 (with the MNG-1577 patch). It will also be useful to find out
> where projects are explicitly overriding dependencyManagement.
>  
> This vote is dependent on the vote for maven-dependency-analyzer
> succeeding.
> 
> Vote is open for 72 hours.
> 
> +1
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Vote Tally: 
Binding: +3 (Stephane, John, Emmanuel)
NonBinding:+2 (Dan,Brian)

I will proceed with the release.

-----Original Message-----
From: Brian E. Fox [mailto:brianf@reply.infinity.nu] 
Sent: Saturday, March 17, 2007 11:32 PM
To: Maven Developers List
Subject: [VOTE] maven-dependency-plugin 2.0-alpha-3

I'd like to release maven-dependency-plugin:2.0-alpha-3

Tag:
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
in-2.0-alpha-3/

Staged at:
http://people.apache.org/~brianf/staging-repository

Changes:
This release adds 2 new goals:
dependency:analyze -> this executes the maven-dependency-analyzer shared
component to look for problems with dependencies. 
Dependency:analyze-dep-mgt -> this compares the resolved dependencies
with the dependencyManagement section to identify mismatches. This is
intended to help people identify potential issues before upgrading to
2.0.6 (with the MNG-1577 patch). It will also be useful to find out
where projects are explicitly overriding dependencyManagement.
 
This vote is dependent on the vote for maven-dependency-analyzer
succeeding.

Vote is open for 72 hours.

+1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by Daniel Kulp <dk...@apache.org>.
+1

Dan 

On Saturday 17 March 2007 23:31, Brian E. Fox wrote:
> I'd like to release maven-dependency-plugin:2.0-alpha-3
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-pl
>ug in-2.0-alpha-3/
>
> Staged at:
> http://people.apache.org/~brianf/staging-repository
>
> Changes:
> This release adds 2 new goals:
> dependency:analyze -> this executes the maven-dependency-analyzer
> shared component to look for problems with dependencies.
> Dependency:analyze-dep-mgt -> this compares the resolved dependencies
> with the dependencyManagement section to identify mismatches. This is
> intended to help people identify potential issues before upgrading to
> 2.0.6 (with the MNG-1577 patch). It will also be useful to find out
> where projects are explicitly overriding dependencyManagement.
>
> This vote is dependent on the vote for maven-dependency-analyzer
> succeeding.
>
> Vote is open for 72 hours.
>
> +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by Stephane Nicoll <st...@gmail.com>.
+1 of course!

Stéphane

On 3/18/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
> I'd like to release maven-dependency-plugin:2.0-alpha-3
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
> in-2.0-alpha-3/
>
> Staged at:
> http://people.apache.org/~brianf/staging-repository
>
> Changes:
> This release adds 2 new goals:
> dependency:analyze -> this executes the maven-dependency-analyzer shared
> component to look for problems with dependencies.
> Dependency:analyze-dep-mgt -> this compares the resolved dependencies
> with the dependencyManagement section to identify mismatches. This is
> intended to help people identify potential issues before upgrading to
> 2.0.6 (with the MNG-1577 patch). It will also be useful to find out
> where projects are explicitly overriding dependencyManagement.
>
> This vote is dependent on the vote for maven-dependency-analyzer
> succeeding.
>
> Vote is open for 72 hours.
>
> +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Just need one more PMC....

-----Original Message-----
From: John Casey [mailto:casey.john.d@gmail.com] 
Sent: Monday, March 19, 2007 9:40 PM
To: Maven Developers List
Subject: Re: [VOTE] maven-dependency-plugin 2.0-alpha-3

This looks really nice. It gets my enthusiastic +1. :-)

Thanks,

john

On 3/17/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>
> I'd like to release maven-dependency-plugin:2.0-alpha-3
>
> Tag:
>
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
> in-2.0-alpha-3/
>
> Staged at:
> http://people.apache.org/~brianf/staging-repository
>
> Changes:
> This release adds 2 new goals:
> dependency:analyze -> this executes the maven-dependency-analyzer
shared
> component to look for problems with dependencies.
> Dependency:analyze-dep-mgt -> this compares the resolved dependencies
> with the dependencyManagement section to identify mismatches. This is
> intended to help people identify potential issues before upgrading to
> 2.0.6 (with the MNG-1577 patch). It will also be useful to find out
> where projects are explicitly overriding dependencyManagement.
>
> This vote is dependent on the vote for maven-dependency-analyzer
> succeeding.
>
> Vote is open for 72 hours.
>
> +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] maven-dependency-plugin 2.0-alpha-3

Posted by John Casey <ca...@gmail.com>.
This looks really nice. It gets my enthusiastic +1. :-)

Thanks,

john

On 3/17/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>
> I'd like to release maven-dependency-plugin:2.0-alpha-3
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug
> in-2.0-alpha-3/
>
> Staged at:
> http://people.apache.org/~brianf/staging-repository
>
> Changes:
> This release adds 2 new goals:
> dependency:analyze -> this executes the maven-dependency-analyzer shared
> component to look for problems with dependencies.
> Dependency:analyze-dep-mgt -> this compares the resolved dependencies
> with the dependencyManagement section to identify mismatches. This is
> intended to help people identify potential issues before upgrading to
> 2.0.6 (with the MNG-1577 patch). It will also be useful to find out
> where projects are explicitly overriding dependencyManagement.
>
> This vote is dependent on the vote for maven-dependency-analyzer
> succeeding.
>
> Vote is open for 72 hours.
>
> +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>