Re: Donay

2013-06-30 Thread Olivier Lamy
2013/6/29 Robert Scholte rfscho...@apache.org: Hi, recently I noticed a new thing at the Jira of Codehaus: Donay It is saying Facing this issue? Let the Developers help you out. Here Donay explains how it works: https://secure.donay.com/site/how-it-works Has this been shared with the

Re: [VOTE] Release Maven Enforcer version 1.3 (take 2)

2013-06-30 Thread sebb
On 29 June 2013 11:47, Robert Scholte rfscho...@apache.org wrote: Hi Sebb, none of these files will end up in Maven Central, they are all used for tests. However, they do end up in the source release which is published via the ASF mirrors. It's vital that all released source files have the

Release process updates (try 2)

2013-06-30 Thread sebb
The mission of the ASF is to release software as source, and to ensure that the released source is available under the Apache Licence. Before a release can be approved it must be voted on by the PMC. The review process needs to establish that the proposed source release meets those aims. It's

Re: Release process updates (try 2)

2013-06-30 Thread Fred Cooke
For Git the only thing that is needed is the unique 40 character hash such as this: FreeAir:youtube-dl fred$ git rev-parse HEAD 48bfb5f2387ab47e1973d9db0782a9af66ffc4e6 It's just sloppy not to do this; if a quality release process is required, so is the SVN rev number. If good enough is OK, then

[VOTE] Apache 3.1.0

2013-06-30 Thread Jason van Zyl
Here are the release bits for 3.1.0: Release notes: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=18967 Staging repository: https://repository.apache.org/content/repositories/maven-084/ Staged distribution:

Re: Maven 3.1.0-beta-1

2013-06-30 Thread Dennis Lundberg
Hi I see this as well in our corporate aggregator POM that builds everything. This 124 module build succeeds with Maven 3.0.5, but fails with java.lang.OutOfMemoryError: PermGen space after 108 modules when using Maven 3.1.0-alpha-1. Sorry but I can't share the project. Are there any free tools

Re: Release process updates (try 2)

2013-06-30 Thread Gary Gregory
Fine with me. Thanks for the explanation sebb. Gary On Jun 30, 2013, at 14:20, sebb seb...@gmail.com wrote: The mission of the ASF is to release software as source, and to ensure that the released source is available under the Apache Licence. Before a release can be approved it must be

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread Mirko Friedenhagen
+1 (non-binding) tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Sun, Jun 30, 2013 at 9:00 PM, Jason van Zyl ja...@tesla.io wrote: Here are the release bits for 3.1.0: Release

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread Mirko Friedenhagen
So probably this is: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=893ca28a1da9d5f51ac03827af98bb730128f9f2 :-) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Sun, Jun 30, 2013 at 9:00 PM,

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread sebb
On 30 June 2013 20:00, Jason van Zyl ja...@tesla.io wrote: Here are the release bits for 3.1.0: Release notes: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=18967 Staging repository: https://repository.apache.org/content/repositories/maven-084/ Staged

[ANN] Apache Maven Enforcer Plugin 1.3 Released

2013-06-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Enforcer Plugin, version 1.3 The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules and user created rules.

Re: [ANN] Apache Maven Enforcer Plugin 1.3 Released

2013-06-30 Thread sebb
On 30 June 2013 20:55, Robert Scholte rfscho...@apache.org wrote: The Apache Maven team is pleased to announce the release of the Maven Enforcer Plugin, version 1.3 The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family

Re: [VOTE] Release Maven Enforcer version 1.3 (take 2)

2013-06-30 Thread Stephen Connolly
On Sunday, 30 June 2013, sebb wrote: On 29 June 2013 11:47, Robert Scholte rfscho...@apache.org javascript:; wrote: Hi Sebb, none of these files will end up in Maven Central, they are all used for tests. However, they do end up in the source release which is published via the ASF

Re: [ANN] Apache Maven Enforcer Plugin 1.3 Released

2013-06-30 Thread Robert Scholte
I've used the announcement template[1] If this isn't complete, please file a Jira issue. Robert [1] http://maven.apache.org/developers/release/maven-project-release-procedure.html Op Sun, 30 Jun 2013 22:00:54 +0200 schreef sebb seb...@gmail.com: On 30 June 2013 20:55, Robert Scholte

Re: Poposed Sandbox plugins - digest and gpg:signfiles

2013-06-30 Thread Brian Fox
You mean releases that don't go to the standard release repo? Yes it's technically possible but it becomes a dangerous thin line between official release and one that bypasses the usual asf process. --mobile On Jun 22, 2013, at 8:07 PM, sebb seb...@gmail.com wrote: On 23 June 2013 01:00,

Re: [VOTE] Release Maven Enforcer version 1.3 (take 2)

2013-06-30 Thread sebb
On 30 June 2013 21:04, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On Sunday, 30 June 2013, sebb wrote: On 29 June 2013 11:47, Robert Scholte rfscho...@apache.org javascript:; wrote: Hi Sebb, none of these files will end up in Maven Central, they are all used for tests.

Re: Release process updates (try 2)

2013-06-30 Thread sebb
On 30 June 2013 19:48, Fred Cooke fred.co...@gmail.com wrote: For Git the only thing that is needed is the unique 40 character hash such as this: FreeAir:youtube-dl fred$ git rev-parse HEAD 48bfb5f2387ab47e1973d9db0782a9af66ffc4e6 OK, so what is the Git command to download a copy of the

Re: svn commit: r2333 - /release/maven/enforcer/

2013-06-30 Thread sebb
On 30 June 2013 21:25, rfscho...@apache.org wrote: Author: rfscholte Date: Sun Jun 30 20:25:21 2013 New Revision: 2333 Log: Store all required release files of every available enforcer version Added: release/maven/enforcer/ Surely enforcer should be under release/maven/plugins? Or

Re: Release process updates (try 2)

2013-06-30 Thread Fred Cooke
OK, so what is the Git command to download a copy of the sources that are part of the hash? git checkout hash Then observe the tree. You can also export an archive, though I don't recall the exact command off the top of my hand. Don't I need to know something about the Git repo it comes

Unique Git coordinates (was: Release process updates (try 2))

2013-06-30 Thread sebb
On 30 June 2013 21:56, Fred Cooke fred.co...@gmail.com wrote: OK, so what is the Git command to download a copy of the sources that are part of the hash? git checkout hash Does not work for me. I get the following error message: fatal: Not a git repository (or any of the parent

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread sebb
Another problem: the NOTICE file contains the following spurious text: = == NOTICE file corresponding to the section 4 d of== == the Apache License, Version 2.0,

Re: svn commit: r2333 - /release/maven/enforcer/

2013-06-30 Thread Robert Scholte
Enforcer is more than only the plugin, it also contains an API for other developers to write their own plugins, plus a set of standard rules. These are always released at once. For that reason it has its own folder. IIRC recentely we've been asked to always put the distributions in source

Re: Unique Git coordinates (was: Release process updates (try 2))

2013-06-30 Thread Stephen Connolly
On Sunday, 30 June 2013, sebb wrote: On 30 June 2013 21:56, Fred Cooke fred.co...@gmail.com javascript:; wrote: OK, so what is the Git command to download a copy of the sources that are part of the hash? git checkout hash Does not work for me. Until I hear otherwise, the

Re: svn commit: r2333 - /release/maven/enforcer/

2013-06-30 Thread sebb
On 30 June 2013 22:36, Robert Scholte rfscho...@apache.org wrote: Enforcer is more than only the plugin, it also contains an API for other developers to write their own plugins, plus a set of standard rules. These are always released at once. For that reason it has its own folder. OK,

Re: Unique Git coordinates (was: Release process updates (try 2))

2013-06-30 Thread sebb
On 30 June 2013 23:28, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On Sunday, 30 June 2013, sebb wrote: On 30 June 2013 21:56, Fred Cooke fred.co...@gmail.com javascript:; wrote: OK, so what is the Git command to download a copy of the sources that are part of the hash?

Re: Release process updates (try 2)

2013-06-30 Thread Benson Margulies
On the one hand, I think that, in many Apache communities, comparing the source release to the VCS is the exception and not the rule, and may never have happened, even once. (I think that there is at least an even chance that some crusty veteran of httpd will arrive in this thread and call me out

Re: Release process updates (try 2)

2013-06-30 Thread sebb
On 30 June 2013 19:20, sebb seb...@gmail.com wrote: The mission of the ASF is to release software as source, and to ensure that the released source is available under the Apache Licence. Before a release can be approved it must be voted on by the PMC. The review process needs to establish

Re: Release process updates (try 2)

2013-06-30 Thread sebb
On 30 June 2013 23:32, Benson Margulies bimargul...@gmail.com wrote: On the one hand, I think that, in many Apache communities, comparing the source release to the VCS is the exception and not the rule, and may never have happened, even once. (I think that there is at least an even chance that

maven-surefire pull request: Parallel Computer

2013-06-30 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/25 Parallel Computer This is an implementation of PC moved from my private repo to surefire project. It will fix and improve the PC. You can merge this pull request into a Git repository

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread Mark Derricutt
Jason van Zyl wrote: Staged distribution: https://repository.apache.org/content/repositories/maven-084/org/apache/maven/apache-maven/3.1.0/ +1 non-binding on the binary/execution, seems to work fine on a mixture of my projects.

Re: Maven 3.1.0-beta-1

2013-06-30 Thread Jason van Zyl
It may be Maven or one of the plugins that changed as a result of updating the default plugins. I have a several very large builds and performance seems the same. I will set up the performance framework for the core[1], and I have a profiler for plugins that I will cleanup. I think it best to

Re: [VOTE] Apache 3.1.0

2013-06-30 Thread Barrie Treloar
On 1 July 2013 06:52, sebb seb...@gmail.com wrote: Another problem: the NOTICE file contains the following spurious text: = == NOTICE file corresponding to the section 4 d of== == the Apache

Re: Release process updates

2013-06-30 Thread Olivier Lamy
2013/6/26 sebb seb...@gmail.com: The mission of the ASF is to release software as source, and to ensure that the released source is available under the Apache Licence. Excuse me but I have always understand the ASF mission as building communities around softwares. Community over Code and not