Re: 3.2.3 not available though http://archive.apache.org/dist/maven/binaries/?

2014-12-29 Thread Milos Kleint
On Mon, Dec 29, 2014 at 6:25 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: we generally switched Maven release canonical download area to https://dist.apache.org/repos/dist/release/maven/maven-3/ IIRC, http://archive.apache.org/dist/maven/binaries/ was used by Jenkins folks for automatic

AW: 3.2.3 not available thoughhttp://archive.apache.org/dist/maven/binaries/?

2014-12-29 Thread Bernd Eckenfels
Hello, It is on the archive site ob the new coordinates: http://archive.apache.org/dist/maven/maven-3/3.2.3/binaries/ Greetings bernd -- http://bernd.eckenfels.net - Ursprüngliche Nachricht - Von: Milos Kleint mkle...@gmail.com Gesendet: ‎29.‎12.‎2014 09:02 An: Maven Developers List

Re: JIRA

2014-12-29 Thread Stephen Connolly
That likely includes plugins that belong to mojo or other projects. I'd trust Hervé's count as being close... Worst case I'd say Hervé might have missed 1 or 2 or maybe over-counted by same On Sunday, 28 December 2014, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From:

Re: JIRA

2014-12-29 Thread Karl Heinz Marbaise
Hi, i think we can forget about Maven 1 plugins... I've made list which might i think comes very close: I have created an github project which contains the list: https://github.com/khmarbaise/jira-asf-migration So if i missed one please make an issue entry so i can add it. Or just move into

Re: JIRA

2014-12-29 Thread Milos Kleint
I think MEVENIDE can be deleted/made dormant/anything really. It's an abandoned project. Milos On Mon, Dec 29, 2014 at 8:37 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, i think we can forget about Maven 1 plugins... I've made list which might i think comes very close: I have

Re: JIRA

2014-12-29 Thread Karl Heinz Marbaise
On 12/29/14 10:37 AM, Karl Heinz Marbaise wrote: Hi, i think we can forget about Maven 1 plugins... I've made list which might i think comes very close: I have created an github project which contains the list: https://github.com/khmarbaise/jira-asf-migration So if i missed one please make

Re: JIRA

2014-12-29 Thread Karl Heinz Marbaise
Hi Milos, cleaned up the list removed RETIRED/MEVENIDE/M2ECLIPSE etc. leaves us 65 Projects... Kind regards Karl Heinz Marbaise On 12/29/14 10:42 AM, Milos Kleint wrote: I think MEVENIDE can be deleted/made dormant/anything really. It's an abandoned project. Milos On Mon, Dec 29, 2014 at

Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Karl Heinz Marbaise
Hi, can someone please keep an eye on my commit to maven I've made against current Maven 3 Git repository...it looks like it solves the given issue...but i would like to have an other opinion... See MNG-5702 Thanks in Advance Kind regards Karl Heinz Marbaise

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Tibor Digana
It looks like this was concurrency issue. Does it mean that methods #getBuildSummary and #addBuildSummary are called in different threads? We changed a pure ArrayList with ConcurrentLinkedQueue in surefire:2.18.1 to have deterministic behavior. I guess we should do the same in maven core. If you

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Karl Heinz Marbaise
HI Tibor, On 12/29/14 3:19 PM, Tibor Digana wrote: It looks like this was concurrency issue. Does it mean that methods #getBuildSummary and #addBuildSummary are called in different threads? The LifeCycleModuleBuilder calls addBuildSummary ()...where i assume it will happen if you define -T 2

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Tibor Digana
I can fix it, but I guess it will be more improvements. Karl, do we have more JIRA bugs regarding concurrency? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821675.html Sent from the Maven Developers mailing

Doclets and Unit Testing (JAXB2 Maven Plugin context)

2014-12-29 Thread Lennart Jörelid
Hello all, I need to enhance the Jaxb2 Maven Plugin to optionally merge JavaDoc comments into XSDs generated from JAXB-annotated classes. In order to do this, I need to develop a custom Doclet - and unit test it, just like I do all other code I develop. *Alas:* What's the best practise for

Re: Doclets and Unit Testing (JAXB2 Maven Plugin context)

2014-12-29 Thread Robert Scholte
Hi, It's probably easier to parse those sources with QDox[1], like we do with maven-plugin-tools. I've become the project lead of this project, so if you need help just let me know. Robert [1] http://qdox.codehaus.org Op Mon, 29 Dec 2014 16:36:21 +0100 schreef Lennart Jörelid

Re: Doclets and Unit Testing (JAXB2 Maven Plugin context)

2014-12-29 Thread Lennart Jörelid
A few minutes of looking at QDox, I think you are correct. The development approach and the API seems to be simpler in QDox than in the standard JavaDoc Doclet. I'll give it a spin and get back to you with questions. Thanks. :) 2014-12-29 16:42 GMT+01:00 Robert Scholte rfscho...@apache.org:

Re: 3.2.3 not available though http://archive.apache.org/dist/maven/binaries/?

2014-12-29 Thread Hervé BOUTEMY
good catch: fixed :) http://svn.apache.org/r1648412 Regards, Hervé Le lundi 29 décembre 2014 18:59:23 Milos Kleint a écrit : On Mon, Dec 29, 2014 at 6:25 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: we generally switched Maven release canonical download area to

Re: JIRA

2014-12-29 Thread Karl Heinz Marbaise
Hi, after continued cleaning up the list now we are at: 59 projects... Kind regards Karl Heinz Marbaise On 12/29/14 10:51 AM, Karl Heinz Marbaise wrote: Hi Milos, cleaned up the list removed RETIRED/MEVENIDE/M2ECLIPSE etc. leaves us 65 Projects... Kind regards Karl Heinz Marbaise On

Re: prepare for the Anschluss

2014-12-29 Thread Manfred Moser
Martin, I think there is a misunderstanding here. ART as well as Dalvik both are runtimes on the devices. You error message comes from the build when dex is processing the Java jar files with Java bytecode to produce Android bytecode with dex. The issue is probably some specific old jar that

RE: prepare for the Anschluss

2014-12-29 Thread Martin Gainty
Martin, I think there is a misunderstanding here. ART as well as Dalvik both are runtimes on the devices. You error message comes from the build when dex is processing the Java jar files with

Re: prepare for the Anschluss

2014-12-29 Thread Manfred Moser
MGIn the meanwhile how would android-plugin accommodate ART instead of dalvik? There is nothing that needs to be done. The same apk will run on both. We have been using ART long before it was the default runtime in our tests and only had some issues with aar transitive dependency stuff. But

Re: [2/2] maven-wagon git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven-wagon

2014-12-29 Thread Olivier Lamy
check here http://maven.apache.org/developers/conventions/git.html On 29 December 2014 at 11:09, Dan Tran dant...@gmail.com wrote: Obviously, I am Git newbie, not sure if this causes problem? -D On Sun, Dec 28, 2014 at 3:55 PM, dant...@apache.org wrote: Merge branch 'master' of