Re: Using maven-artifact-transfer component

2016-09-04 Thread Igor Fedorenko
Not sure I follow. Are you asking about ArtifactDeployer maven-compat or some other class? If you can share your code via github (or some other means) and tell me how to reproduce the problem, I'll have a look. -- Regards, Igor On Sun, Sep 4, 2016, at 02:59 PM, Karl Heinz Marbaise wrote: > Hi, >

Re: Using maven-artifact-transfer component

2016-09-04 Thread Karl Heinz Marbaise
Hi, so now I have moved a step forward... But: Now I get TRACE: Sisu - Potential problem: com.soebes.maven.extensions.xyz.XYZ java.lang.NoClassDefFoundError: org/apache/maven/shared/artifact/deploy/ArtifactDeployerException at java.lang.Class.getDeclaredFields0(Native Method)

Re: Using maven-artifact-transfer component

2016-09-04 Thread Karl Heinz Marbaise
Hi Igor, On 04/09/16 19:40, Igor Fedorenko wrote: Sisu does not print component lookup exceptions by default, you need to run jvm with -Dsisu.debug system property to see them (and ton of other sisu debug information). Yes much of information but those contained the right information which I

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-09-04 Thread Tibor Digana
>>When would you be available for a chat on freenode? I am at IRC now. https://maven.apache.org/community.html On Sat, Sep 3, 2016 at 7:08 PM, Benedikt Ritter [via Maven] < ml-node+s40175n5879751...@n5.nabble.com> wrote: > Hello Tibor, > > good idea! I've talked to Marc Philipp from the JUnit tea

Re: Using maven-artifact-transfer component

2016-09-04 Thread Igor Fedorenko
Sisu does not print component lookup exceptions by default, you need to run jvm with -Dsisu.debug system property to see them (and ton of other sisu debug information). -- Regards, Igor On Sun, Sep 4, 2016, at 08:17 AM, Karl Heinz Marbaise wrote: > Hi, > > currently I'm trying to implement an e

Using maven-artifact-transfer component

2016-09-04 Thread Karl Heinz Marbaise
Hi, currently I'm trying to implement an extension which uses the maven-artifact-transfer component... But unfortunately if I start using the maven-artifact-tranfer component or to be more concrete: Having the following code: @Named @Singleton public class XYZ extends AbstractEventSpy

[GitHub] maven-surefire issue #117: [SUREFIRE-1254] add color messages

2016-09-04 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/117 @hboutemy I will remove the SPI. The code will be simple if I just move the implementation to `surefire-common`. I thought that `surefire-common` appeared in classpath of forked jvm but I see

[GitHub] maven-surefire issue #117: [SUREFIRE-1254] add color messages

2016-09-04 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/117 @hboutemy Hi Herve, I will amend the commit. So one commit would still appear however it is in progress. Surefire report has I think three place with logger only. Maybe important to k

[GitHub] maven-surefire pull request #117: [SUREFIRE-1254] add color messages

2016-09-04 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/117#discussion_r77448156 --- Diff: maven-failsafe-plugin/pom.xml --- @@ -127,6 +127,19 @@ true + +

[GitHub] maven-surefire pull request #117: [SUREFIRE-1254] add color messages

2016-09-04 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/117#discussion_r77448108 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/log/PluginConsoleLogger.java --- @@ -0,0 +1,126 @@ +package org.ap