Re: Using maven-artifact-transfer component

2016-09-05 Thread Karl Heinz Marbaise
Hi, sometimes it helps to read the code... Found it... the code in the current maven-deploy-plugin shows it.. Kind regards Karl Heinz On 05/09/16 23:41, Karl Heinz Marbaise wrote: Hi, after Igor has given me very good informations thanks for that... I was able to a another step forward

Re: Using maven-artifact-transfer component

2016-09-05 Thread Karl Heinz Marbaise
Hi, after Igor has given me very good informations thanks for that... I was able to a another step forward Currently I got one WARNING: [WARNING] test.maven.plugin.profiler:parse-pom:jar:jar-with-dependencies:0.1.0-SNAPSHOT has been attached with deprecated code, try to upgrade the respo

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: 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