Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-03 Thread Vincent Siveton
+1

Vincent

2010/8/30 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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



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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-02 Thread nicolas de loof
+1 (non binding)

works fine with gwt-maven plugin

2010/9/2 Hervé BOUTEMY herve.bout...@free.fr

 +1

 Hervé

 Le lundi 30 août 2010, Benjamin Bentmann a écrit :
  Hi,
 
  what's a better start for a week than a new fresh release :-) ? So here
  we go!
 
  Apart from another few regression fixes, this release includes Guice and
  Aether [0] and shall help to get some more community testing on these
  new components.
 
  Overall, we solved 19 issues:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16
  681
 
  There are still a couple of issues left in JIRA:
 
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500st
  atus=1
 
  Staging repo:
  https://repository.apache.org/content/repositories/maven-157/
 
  Staged source and binary distros:
 
 https://repository.apache.org/content/repositories/maven-157/org/apache/mav
  en/apache-maven/3.0-beta-3/
 
  Guide to testing staged releases:
  http://maven.apache.org/guides/development/guide-testing-releases.html
 
  Vote open for 72 hours.
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  +1 from me
 
 
  Benjamin
 
 
  [0] http://github.com/sonatype/sonatype-aether
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org


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




Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-01 Thread Kristian Rosenvold

 +1

Kristian

Den 30.08.2010 15:09, skrev Benjamin Bentmann:

Hi,

what's a better start for a week than a new fresh release :-) ? So 
here we go!


Apart from another few regression fixes, this release includes Guice 
and Aether [0] and shall help to get some more community testing on 
these new components.


Overall, we solved 19 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681 



There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1 



Staging repo:
https://repository.apache.org/content/repositories/maven-157/

Staged source and binary distros:
https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/ 



Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 from me


Benjamin


[0] http://github.com/sonatype/sonatype-aether

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




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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-01 Thread Dennis Lundberg
Comparing the results between beta-2 and beta-3 I see a difference in my
builds for the Appassembler Maven Plugin (@mojo.codehaus.org). In beta-2
the plugin (correctly) assembles the dependencies in a flat structure in
my configured lib directory. Whereas beta-3 puts the dependencies in
my configured lib directory using a Maven repository layout structure.

Example in beta 2:
[INFO] Installing C:\Documents and
Settings\dlg01\.m2\repository\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar
to
C:\Program\apache-continuum\data\working-directory\15\dennislundberg-beansprout\target\appassembler\lib\commons-dbutils-1.1.jar

Example in beta 3:
[INFO] Installing C:\Documents and
Settings\dlg01\.m2\repository\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar
to
C:\Program\apache-continuum\data\working-directory\15\dennislundberg-beansprout\target\appassembler\lib\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar

The result is that the assembled apps gets an invalid classpath and
won't start.


Apart from that I get near identical results on speed and memory
consumption.


Given that this is just one plugin, I give this candidate my +1. We
should note this as a known issue in the release notes though.


On 2010-08-30 15:09, Benjamin Bentmann wrote:
 Hi,
 
 what's a better start for a week than a new fresh release :-) ? So here
 we go!
 
 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these
 new components.
 
 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681
 
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1
 
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/
 
 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/
 
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 +1 from me
 
 
 Benjamin
 
 
 [0] http://github.com/sonatype/sonatype-aether
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 


-- 
Dennis Lundberg

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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-01 Thread Benjamin Bentmann

Dennis Lundberg wrote:


Given that this is just one plugin, I give this candidate my +1. We
should note this as a known issue in the release notes though.


Please go ahead and fill an issue in MNG.


Benjamin

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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-09-01 Thread Hervé BOUTEMY
+1

Hervé

Le lundi 30 août 2010, Benjamin Bentmann a écrit :
 Hi,
 
 what's a better start for a week than a new fresh release :-) ? So here
 we go!
 
 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these
 new components.
 
 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16
 681
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500st
 atus=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/
 
 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/mav
 en/apache-maven/3.0-beta-3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 +1 from me
 
 
 Benjamin
 
 
 [0] http://github.com/sonatype/sonatype-aether
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org


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



RE: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Jeff Jensen
+1 (non-binding)
better, stronger, faster :-)


-Original Message-
From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] 
Sent: Monday, August 30, 2010 8:09 AM
To: Maven Developers List
Subject: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

Hi,

what's a better start for a week than a new fresh release :-) ? So here 
we go!

Apart from another few regression fixes, this release includes Guice and 
Aether [0] and shall help to get some more community testing on these 
new components.

Overall, we solved 19 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=166
81

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500sta
tus=1

Staging repo:
https://repository.apache.org/content/repositories/maven-157/

Staged source and binary distros:
https://repository.apache.org/content/repositories/maven-157/org/apache/mave
n/apache-maven/3.0-beta-3/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 from me


Benjamin


[0] http://github.com/sonatype/sonatype-aether

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



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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Vincent Latombe
I'm getting an NPE, calling a plugin that uses ant scripts
Caused by: java.lang.NullPointerException
at
org.apache.maven.script.ant.AntMojoWrapper.execute(AntMojoWrapper.java:126)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)

I had no problem with beta-2.

2010/8/31 Jeff Jensen jjen...@apache.org

 +1 (non-binding)
 better, stronger, faster :-)


 -Original Message-
 From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu]
 Sent: Monday, August 30, 2010 8:09 AM
 To: Maven Developers List
 Subject: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

 Hi,

 what's a better start for a week than a new fresh release :-) ? So here
 we go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these
 new components.

 Overall, we solved 19 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=166
 81

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500sta
 tus=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:

 https://repository.apache.org/content/repositories/maven-157/org/apache/mave
 n/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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



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




-- 
Vincent


Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Benjamin Bentmann

Vincent Latombe wrote:


I'm getting an NPE, calling a plugin that uses ant scripts
Caused by: java.lang.NullPointerException
 at
org.apache.maven.script.ant.AntMojoWrapper.execute(AntMojoWrapper.java:126)
 at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)


Please fill an issue with details and steps to reproduce so we can have 
a closer look.



Benjamin

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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Vincent Latombe
I opened http://jira.codehaus.org/browse/MNG-4786 . The test case comes
directly from the Maven book (see
http://www.sonatype.com/books/mhandbook/reference/ch04s04.html)

2010/8/31 Benjamin Bentmann benjamin.bentm...@udo.edu

 Vincent Latombe wrote:

  I'm getting an NPE, calling a plugin that uses ant scripts
 Caused by: java.lang.NullPointerException
 at

 org.apache.maven.script.ant.AntMojoWrapper.execute(AntMojoWrapper.java:126)
 at

 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)


 Please fill an issue with details and steps to reproduce so we can have a
 closer look.


 Benjamin


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




-- 
Vincent


Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Arnaud Héritier
+1

Arnaud Héritier
aherit...@apache.org

On Aug 30, 2010, at 3:09 PM, Benjamin Bentmann wrote:

 Hi,
 
 what's a better start for a week than a new fresh release :-) ? So here we go!
 
 Apart from another few regression fixes, this release includes Guice and 
 Aether [0] and shall help to get some more community testing on these new 
 components.
 
 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/
 
 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 +1 from me
 
 
 Benjamin
 
 
 [0] http://github.com/sonatype/sonatype-aether
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Olivier Lamy
+1

2010/8/30 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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





-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7

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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Jason van Zyl
+1

On Aug 30, 2010, at 9:09 AM, Benjamin Bentmann wrote:

 Hi,
 
 what's a better start for a week than a new fresh release :-) ? So here we go!
 
 Apart from another few regression fixes, this release includes Guice and 
 Aether [0] and shall help to get some more community testing on these new 
 components.
 
 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/
 
 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 +1 from me
 
 
 Benjamin
 
 
 [0] http://github.com/sonatype/sonatype-aether
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
-

A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt





Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Paul Merlin

+1 (non-binding)

Tested with my oss and work projects.
Tested a release process using git.

/Paul



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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Brian Fox
Plus 1. (just discovered the plus key on my board is broken)

On Mon, Aug 30, 2010 at 9:09 AM, Benjamin Bentmann
benjamin.bentm...@udo.edu wrote:
 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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



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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Stephen Connolly
I'm seeing a regression on 3.0-beta-2 with respect to time for my work's
build most everything aggregator pom build (mvn clean install -DskipTest)
Memory seems improved:

3.0-beta-3: Final Memory: 324M/760M  Total time: 14:02.778s
3.0-beta-2: Final Memory: 524M/800M  Total time: 8:58.144s

Nothing that ___I___ would block the release over... I will leave that
decision up to the release manager (Benjamin for this spin)

So here is my

+1

-Stephen

On 30 August 2010 15:16, Brian Fox bri...@infinity.nu wrote:

 Plus 1. (just discovered the plus key on my board is broken)

 On Mon, Aug 30, 2010 at 9:09 AM, Benjamin Bentmann
 benjamin.bentm...@udo.edu wrote:
  Hi,
 
  what's a better start for a week than a new fresh release :-) ? So here
 we
  go!
 
  Apart from another few regression fixes, this release includes Guice and
  Aether [0] and shall help to get some more community testing on these new
  components.
 
  Overall, we solved 19 issues:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681
 
  There are still a couple of issues left in JIRA:
 
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1
 
  Staging repo:
  https://repository.apache.org/content/repositories/maven-157/
 
  Staged source and binary distros:
 
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/
 
  Guide to testing staged releases:
  http://maven.apache.org/guides/development/guide-testing-releases.html
 
  Vote open for 72 hours.
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  +1 from me
 
 
  Benjamin
 
 
  [0] http://github.com/sonatype/sonatype-aether
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org
 
 

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




Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Emmanuel Venisse
+1

Emmanuel

On Mon, Aug 30, 2010 at 3:09 PM, Benjamin Bentmann 
benjamin.bentm...@udo.edu wrote:

 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!


 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:


 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/


 Staged source and binary distros:

 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/


 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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




Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Tony Chemit
+1

Le Mon, 30 Aug 2010 15:09:28 +0200,
Benjamin Bentmann benjamin.bentm...@udo.edu a écrit :

 Hi,
 
 what's a better start for a week than a new fresh release :-) ? So here 
 we go!
 
 Apart from another few regression fixes, this release includes Guice and 
 Aether [0] and shall help to get some more community testing on these 
 new components.
 
 Overall, we solved 19 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/
 
 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 +1 from me
 
 
 Benjamin
 
 
 [0] http://github.com/sonatype/sonatype-aether
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 



-- 
Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Igor Fedorenko

+1. Both tycho and m2eclipse builds are happy.

--
Regards,
Igor

Benjamin Bentmann wrote:

Hi,

what's a better start for a week than a new fresh release :-) ? So here 
we go!


Apart from another few regression fixes, this release includes Guice and 
Aether [0] and shall help to get some more community testing on these 
new components.


Overall, we solved 19 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681 



There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1 



Staging repo:
https://repository.apache.org/content/repositories/maven-157/

Staged source and binary distros:
https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/ 



Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 from me


Benjamin


[0] http://github.com/sonatype/sonatype-aether

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



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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Baptiste MATHUS
+1 (non binding).

Tested on a 30+ multimodule build without problem.

2010/8/30 Igor Fedorenko i...@ifedorenko.com

 +1. Both tycho and m2eclipse builds are happy.

 --
 Regards,
 Igor


 Benjamin Bentmann wrote:

 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:

 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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


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




-- 
Baptiste Batmat MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !


Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Oleg Gusakov

 +1

20-some modules with AspectJ, built, deploy.

Terracotta plugin 1.4.0 failed to execute tests with NPE in aether code 
[MNG-4785], worked fine in beta-2. But imho - one plugin is not a reason 
to stop this version, could be fixed in beta-4


On 8/30/10 6:09 AM, Benjamin Bentmann wrote:

Hi,

what's a better start for a week than a new fresh release :-) ? So 
here we go!


Apart from another few regression fixes, this release includes Guice 
and Aether [0] and shall help to get some more community testing on 
these new components.


Overall, we solved 19 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681 



There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1 



Staging repo:
https://repository.apache.org/content/repositories/maven-157/

Staged source and binary distros:
https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/ 



Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 from me


Benjamin


[0] http://github.com/sonatype/sonatype-aether

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




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



Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Mark Derricutt
+1 The artifacts I was getting the NPEs on during release no longer NPE with
current SNAPSHOTs and this build.

-- 
Pull me down under...



On Tue, Aug 31, 2010 at 1:09 AM, Benjamin Bentmann 
benjamin.bentm...@udo.edu wrote:

 Hi,

 what's a better start for a week than a new fresh release :-) ? So here we
 go!

 Apart from another few regression fixes, this release includes Guice and
 Aether [0] and shall help to get some more community testing on these new
 components.

 Overall, we solved 19 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-157/

 Staged source and binary distros:

 https://repository.apache.org/content/repositories/maven-157/org/apache/maven/apache-maven/3.0-beta-3/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin


 [0] http://github.com/sonatype/sonatype-aether

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