Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.2

2009-12-09 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-045/ Staging site: http://maven.apache.org/shared/maven-doxia-tools-1.2/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-09 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-044 Staging site (need to sync) http://maven.apache.org/plugins/maven-pdf-plugin-1.1/ +1 Benjamin - To unsubscribe, e-mail: dev-

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Jason van Zyl
On 2009-12-09, at 9:15 AM, Kristian Rosenvold wrote: > There's a lot of fun to be had with modern DI ;) I assume you're > planning to keep the plexus interfaces and just change implementation ? > > Do you have any documentation/references on how you're intending to do > this ? Will the plugins b

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Brett Porter
On 10/12/2009, at 3:38 AM, Kristian Rosenvold wrote: > My personal short-list on MNG-3004 now only contains 1 thing, getting > order on log output. I need some help on this one; > > It seems like there's two sensible ways to handle this > > A) Intercept plexus "Logger" and sort according to cal

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Brett Porter
On 10/12/2009, at 3:50 AM, Jason van Zyl wrote: > > On 2009-12-09, at 8:38 AM, Kristian Rosenvold wrote: > >> My personal short-list on MNG-3004 now only contains 1 thing, getting >> order on log output. I need some help on this one; >> >> It seems like there's two sensible ways to handle this

Re: Upload Apache Pivot artifacts to central repository?

2009-12-09 Thread Brian Fox
On Wed, Dec 9, 2009 at 1:30 PM, Greg Brown wrote: > Hi Brian, > > Just tried to upload a couple of bundles, and I got the following error > message: > > Artifact upload failed. > The path does not represent an artifact! > > The two bundles I tried to upload are named and structured as follows: >

Re: [VOTE] Release Maven Assembly Plugin 2.2-beta-5

2009-12-09 Thread Olivier Lamy
+1. 2009/12/9 Benjamin Bentmann : >> Vote open for 72 hours. > > Ping. > > > Benjamin > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Olivie

Re: [VOTE] Release Maven Assembly Plugin 2.2-beta-5

2009-12-09 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Changes Plugin version 2.3 (take 2)

2009-12-09 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Dennis Lundberg, Olivier Lamy +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. Dennis Lundberg wrote: > Hi, > > This time I'm building with Maven 2.0.10, so the signatures should

Re: Upload Apache Pivot artifacts to central repository?

2009-12-09 Thread Greg Brown
Hi Brian, Just tried to upload a couple of bundles, and I got the following error message: Artifact upload failed. The path does not represent an artifact! The two bundles I tried to upload are named and structured as follows: pivot-1.4-bundle.jar: META-INF/MANIFEST.MF pom.xml pom.xml.asc pivo

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Jason van Zyl
Correct On 2009-12-09, at 10:16 AM, Paul Benedict wrote: > Typo? Nothing will appear *different* to users or plugin developers.? > > On Wed, Dec 9, 2009 at 12:14 PM, Jason van Zyl wrote: >> >> On 2009-12-09, at 9:15 AM, Kristian Rosenvold wrote: >> >>> There's a lot of fun to be had with mode

Re: [Maven 2, SCM 1.2] SCM CM/Synergy Provider

2009-12-09 Thread Wendy Smoak
On Wed, Dec 9, 2009 at 2:53 AM, wrote: > Not sure if this was already posted. I am not recieving any response nor > this email. We got it. Please pick *one* list at a time, don't crosspost. The Maven website has information on how to get started developing. You'll get more help if you make an

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Paul Benedict
Typo? Nothing will appear *different* to users or plugin developers.? On Wed, Dec 9, 2009 at 12:14 PM, Jason van Zyl wrote: > > On 2009-12-09, at 9:15 AM, Kristian Rosenvold wrote: > >> There's a lot of fun to be had with modern DI ;) I assume you're >> planning to keep the plexus interfaces and

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Jason van Zyl
On 2009-12-09, at 9:15 AM, Kristian Rosenvold wrote: > There's a lot of fun to be had with modern DI ;) I assume you're > planning to keep the plexus interfaces and just change implementation ? > Yes, we have to support all the old plugins with all the old metadata. We drop in Guice+Plexus shi

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Kristian Rosenvold
There's a lot of fun to be had with modern DI ;) I assume you're planning to keep the plexus interfaces and just change implementation ? Do you have any documentation/references on how you're intending to do this ? Will the plugins be wired up with guice too ? On the grand scale of things, this i

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Jason van Zyl
On 2009-12-09, at 8:38 AM, Kristian Rosenvold wrote: > My personal short-list on MNG-3004 now only contains 1 thing, getting > order on log output. I need some help on this one; > > It seems like there's two sensible ways to handle this > > A) Intercept plexus "Logger" and sort according to cal

Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?

2009-12-09 Thread Kristian Rosenvold
My personal short-list on MNG-3004 now only contains 1 thing, getting order on log output. I need some help on this one; It seems like there's two sensible ways to handle this A) Intercept plexus "Logger" and sort according to calling thread. B) Intercept System.out/err and sort according to call

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Dan Tran
and It is very tough or nearly impossible to ask developers 40+ to do the workaround below. -Dan On Wed, Dec 9, 2009 at 7:44 AM, Dan Tran wrote: > oh mine I am so glad accidentally read this. My team doing this so > offen, by doing a quick branch an merge the change back > how ever sometimes, it

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Dan Tran
oh mine I am so glad accidentally read this. My team doing this so offen, by doing a quick branch an merge the change back how ever sometimes, it would some time to start the merge. so there are 2 solutions: - change the version or - each branch has its own local. This is very annoying

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Tamás Cservenák
Hi there, Just to refresh memories, there is an interesting debate going on: http://jira.codehaus.org/browse/MNG-4368 BTW, now I do realize that the issue I thought to be my problem, and is used to exchange comments are not the same But the problem is still a problem. Thanks, ~t~ On Mon, D

[Maven 2, SCM 1.2] SCM CM/Synergy Provider

2009-12-09 Thread subir.sasikumar
Not sure if this was already posted. I am not recieving any response nor this email. Hi, Incase i want to customise CM/Synergy provider plugin used with Maven SCM plugin, what are the minimum steps i should do? Can any of the developers/users tell me some useful steps OR links/urls to proceed wi