Re: [ANN] Apache Maven Eclipse Plugin 2.10 Released

2015-05-28 Thread Jeffrey E Care
Andreas Gudian agud...@apache.org wrote on 05/27/2015 05:08:33 PM: The Apache Maven team is pleased to announce the release of the Apache Maven Eclipse Plugin, version 2.10 This plugin is used to generate Eclipse IDE files (*.classpath, *.project, *.wtpmodules and the .settings folder) for

Re: logging during multithreaded builds

2015-05-26 Thread Jeffrey E Care
Igor Fedorenko i...@ifedorenko.com wrote on 05/25/2015 07:28:45 AM: I had to troubleshoot a large multithreaded build last week and that proved to be rather difficult mostly because build log was a jumble of messages produced by concurrently running threads. It was not possible to tell which

Re: Multi-threaded deploy at end

2015-05-11 Thread Jeffrey E Care
Karl Heinz Marbaise khmarba...@gmx.de wrote on 05/08/2015 04:06:50 PM: Do you know the total size of the artifacts which are uploaded ? Can you analyze how many artiacts being uploaded ? How long does your build take? How many tests do you have? How long take the tests to run? Do you know

Re: Multi-threaded deploy at end

2015-05-11 Thread Jeffrey E Care
Karl Heinz Marbaise khmarba...@gmx.de wrote on 05/11/2015 01:10:52 PM: Do you know the total size of the artifacts which are uploaded ? Can you analyze how many artiacts being uploaded ? How long does your build take? How many tests do you have? How long take the tests to run? Do

Re: Multi-threaded deploy at end

2015-05-08 Thread Jeffrey E Care
Karl Heinz Marbaise khmarba...@gmx.de wrote on 05/07/2015 02:04:51 PM: On 5/7/15 7:57 PM, Jeffrey E Care wrote: We have several medium-to-large multi-module builds. We use deploy at end and I've noticed that it's taking a long time to run the deploys. I dug into the deploy plugin

Multi-threaded deploy at end

2015-05-07 Thread Jeffrey E Care
We have several medium-to-large multi-module builds. We use deploy at end and I've noticed that it's taking a long time to run the deploys. I dug into the deploy plugin noticed that for deploy at end the deployments are run serially. Has there been any thought to using multiple threads for

3.3.1 extensions loader smart builder

2015-03-31 Thread Jeffrey E Care
Has anyone had any success using the extensions.xml mechanism from 3.3.1 to load the takari smart builder? I'm following the Jason's instructions from http://takari.io/2015/03/19/core-extensions.html but I'm getting the following error: Downloading: http://REDACTED/nexus/content/groups/pub

Re: 3.3.1 extensions loader smart builder

2015-03-31 Thread Jeffrey E Care
, at 2:55 PM, Jeffrey E Care ca...@us.ibm.com wrote: Has anyone had any success using the extensions.xml mechanism from 3.3.1 to load the takari smart builder? My settings.xml is configured almost identically to the example at http://books.sonatype.com/nexus-book/reference/config-maven.html#ex

Re: 3.3.1 extensions loader smart builder

2015-03-31 Thread Jeffrey E Care
i...@ifedorenko.com wrote on 03/31/2015 04:46:06 PM: We assumed extensions will be available from repositories that do not require authentication and never tested with password protected repositories. Just looking at the code, I think it should work with clear-text password in settings.xml,

Re: 3.3.1 extensions loader smart builder

2015-03-31 Thread Jeffrey E Care
i...@ifedorenko.com wrote on 03/31/2015 05:16:12 PM: Yes, it is probably a good idea to file a bug report, but I am not sure when I'll have time to look into this. http://jira.codehaus.org/browse/MNG-5795

Change request procedure that spans multiple projects

2014-01-08 Thread Jeffrey E Care
Today I created an enhancement request for the assembly plugin ( http://jira.codehaus.org/browse/MASSEMBLY-680). I would like to submit a patch for this issue, but in my investigation I've discovered that I would likely need to touch at least two (plexus-archiver, maven-assembly-plugin),