Problems updating to Maven x >= 3.1.1

2015-10-16 Thread Christofer Dutz
Hi, I am currently trying to fix a problem with the newly open-sourced Flex plugin for IntelliJ. In this plugin usually a goal of a maven plugin (Flexmojos) is executed programmatically in order to generate a config file, which IntelliJ then uses to configure itself. For this they manually c

Failing IT's ([MNG-5898]) Jenkins

2015-10-16 Thread Karl Heinz Marbaise
Hi, currently i'm trying to fix an issue [MNG-5898]... and currently having a single IT which fails.. mng5214DontMapWsdlToJar So don't be scared about the failing IT's i'm working on that... Kind regards Karl Heinz Marbaise ---

Re: [VOTE] Release Apache Maven Release version 2.5.3

2015-10-16 Thread Karl Heinz Marbaise
Hi, here we need one more binding VOTE... Kind regards Karl Heinz Marbaise On 10/14/15 6:05 PM, Karl Heinz Marbaise wrote: Hi Benson, shasum checked Ok. checked via mvn -Prun-its clean verify Maven 3.0.5, 3.1.1, 3.2.5, 3.3.3 without any issue... so +1 from me... Kind regards Karl Heinz Marb

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 1:23 PM, Andreas Gudian wrote: > Benson, is there a full stack trace in the XML test report? I would have > expected that we shorten out most of the stack traces on the console > output... No. That's why I complained. > > 2015-10-16 16:35 GMT+02:00 Benson Margulies : > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Andreas Gudian
Benson, is there a full stack trace in the XML test report? I would have expected that we shorten out most of the stack traces on the console output... 2015-10-16 16:35 GMT+02:00 Benson Margulies : > On Fri, Oct 16, 2015 at 10:31 AM, Tibor Digana > wrote: > > Can you give me the link? > > > http

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 10:31 AM, Tibor Digana wrote: > Can you give me the link? https://github.com/ops4j/org.ops4j.pax.exam2/commit/c466e58cae6c2275a38bc2712cc76a70f768d769 > > On Fri, Oct 16, 2015 at 4:27 PM, Benson Margulies [via Maven] < > ml-node+s40175n5849346...@n5.nabble.com> wrote: >

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Tibor Digana
Can you give me the link? On Fri, Oct 16, 2015 at 4:27 PM, Benson Margulies [via Maven] < ml-node+s40175n5849346...@n5.nabble.com> wrote: > I've committed the fix to the master for pax-exam. > > > On Fri, Oct 16, 2015 at 10:19 AM, Benson Margulies > <[hidden email]

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
I've committed the fix to the master for pax-exam. On Fri, Oct 16, 2015 at 10:19 AM, Benson Margulies wrote: > On Fri, Oct 16, 2015 at 9:56 AM, Tibor Digana > wrote: >> try to debug this stack part of ProbeRunner. >> What version of pax-exam-spi you use? > > 4.6.0. I am testing the fix to pax-e

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 9:56 AM, Tibor Digana wrote: > try to debug this stack part of ProbeRunner. > What version of pax-exam-spi you use? 4.6.0. I am testing the fix to pax-exam now. > > at org.ops4j.pax.exam.spi. > reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:239) >

Re: [VOTE] Release Maven Checkstyle Plugin version 2.17

2015-10-16 Thread Daniel Kulp
+1 Tested with CXF. I did get an strange class loader error at first as CXF tried to force the checkstyle plugin to use checkstyle 6.4.1 (due to a bug in 6.5.x) which is apparently too old, but once I removed that, it was fine. (and it appears the bug in 6.5 has been fixed, yea!) Dan > On

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Tibor Digana
try to debug this stack part of ProbeRunner. What version of pax-exam-spi you use? at org.ops4j.pax.exam.spi. reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:239) at org.ops4j.pax.exam.spi.reactors.ReactorManager.prepareReactor(ReactorManager.java:184) - locked <0x411> (a

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 9:38 AM, Anders Hammar wrote: > No, you don't. Maybe there is some cached metadata incorrect or the > metadata at apache. > Could you try adding the -U switch? > > Also, I only have the staging repo in my settings as a profile and I only > activate it explicitly when testin

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
Step 1: here's the backtrace of the InvocationTargetException. It's caused by an IllegalArgumentException, which I will break on next. That is in turn, as you supposed, caused by the use of the file: jar:file:/Users/benson/x/rosapi1.5/itests/tests/target/rosapi-itests-tests.jar!/META-INF/maven/de

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 9:34 AM, Tibor Digana wrote: > No idea what com.basistech.ws.itest. > FrontEndIT.paxConfiguration(FrontEndIT.java:44) > is doing, obviously some Java Reflection calls. No, it is not. Unless it's buried in pax-exam. And if it were, don't you 'owe' me a full backtrace? I wi

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
No, you don't. Maybe there is some cached metadata incorrect or the metadata at apache. Could you try adding the -U switch? Also, I only have the staging repo in my settings as a profile and I only activate it explicitly when testing staged stuff. /Anders (mobile) Den 16 okt 2015 15:35 skrev "Ben

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Anders, I added a pluginRepository for the stage to my settings.xml. As far as I know, adds, it doesn't replace. So why isn't it searching for the parent in the usual way in the other repositories? Or do I have to manually put central in as a pluginRepository if I'm just trying to add one?

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Tibor Digana
No idea what com.basistech.ws.itest. FrontEndIT.paxConfiguration(FrontEndIT.java:44) is doing, obviously some Java Reflection calls. But don't expect that everything goes well because you maybe relied on one of the bugs reported in Surefire. Since now the failsafe plugin takes jar (built src/main/

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
It looks like a specific staging repo is accessed (look at the URL in the end). As the parent has been released it is no longer available there. /Anders (mobile) Den 16 okt 2015 15:01 skrev "Benson Margulies" : > Maven-plugins 28 is released, of course; what's up? It worked for me, > but not for

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
Um, maybe I voted too soon. Using the new failsafe plugin, I get the following, and no backtrace, on each of my integration test classes. Any suggestions, Tibor? --- Test set: com.basistech.ws.itest.FrontEndIT ---

Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Maven-plugins 28 is released, of course; what's up? It worked for me, but not for one of my co-workers. $ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Parent for Text Analytics Maven Project

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 8:20 AM, Tibor Digana wrote: > https://repository.apache.org/content/repositories/maven-1222 Tested on my current major project. No issues. +1 binding. - To unsubscribe, e-mail: dev-unsubscr...@maven.apac

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-10-16 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-148704373 @ChristianSchulte Typo fixed. Thanks for looking into it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19 (Take 2)

2015-10-16 Thread Tibor Digana
We need two more voters of +1. We are in the middle of the Vote. On Thu, Oct 15, 2015 at 3:48 AM, Tibor Digana wrote: > Hi, > > We solved 57 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12331679 > > There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Checkstyle Plugin version 2.17

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 5:53 AM, Karl Heinz Marbaise wrote: > http://maven.apache.org/guides/development/guide-testing-releases.html +1 Ran it on one of my projects, where it promptly exploded due to checkstyle incompatibilities. So I know it worked. --

Re: VOTE] Release Apache Maven Shared Archiver 3.0.0

2015-10-16 Thread Karl Heinz Marbaise
Hi, here is my +1.. Kind regards Karl Heinz Marbaise On 10/14/15 8:51 PM, Karl Heinz Marbaise wrote: Hi, Note: This is a Maven 3.0 / JDK 6 release We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12333673 There are several issue open: ht

Re: [VOTE] Release Maven Checkstyle Plugin version 2.17

2015-10-16 Thread Karl Heinz Marbaise
Hi, shasum Checked Ok. Checked via mvn -Prun-its clean verify with: Maven 3.0.5, 3.1.1, 3.2.5, 3.3.3 without any issue.. So +1 from me Kind regards Karl Heinz Marbaise On 10/15/15 8:59 PM, Michael Osipov wrote: Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?

[VOTE] Release Apache Maven Shade Plugin version 2.4.2

2015-10-16 Thread Karl Heinz Marbaise
Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12333008 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHADE%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC Stagin

[GitHub] maven-plugins pull request: Prevents NPE in getMismatch

2015-10-16 Thread o-orand
Github user o-orand closed the pull request at: https://github.com/apache/maven-plugins/pull/62 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-10-16 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-148659197 @michael-o Your comment on 'old' commit b6d72699c8b0089351f797e217d635424c1ae5a2: > Don't! Always through a NPE if null is passed. :+1: But, I'm oriented on th

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-10-16 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-148653328 @michael-o There is a typo and not a hidden statement. :-D --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] maven-plugins pull request: Updated docs URL for shade plugin

2015-10-16 Thread edwardmlyte
Github user edwardmlyte closed the pull request at: https://github.com/apache/maven-plugins/pull/59 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-10-16 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-148634870 @ChristianSchulte Maybe `Rage` is intentional ;-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your