AW: Packaging Maven Core Extensions

2015-04-19 Thread Christofer Dutz
with Maven 3.1.1 and above. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Samstag, 18. April 2015 22:03 An: Maven Users List; i...@soebes.de Betreff: AW: Packaging Maven Core Extensions Hi, the code is here: https://github.com/apache/flex

Re: Packaging Maven Core Extensions

2015-04-19 Thread Jason van Zyl
or 3.1.1 I get errors :-( Chris -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Samstag, 18. April 2015 18:51 An: Maven Users List Betreff: Re: Packaging Maven Core Extensions Hi, are you running from within Jenkins ? On 4/18/15 6:26

AW: Packaging Maven Core Extensions

2015-04-19 Thread Christofer Dutz
- Von: Jason van Zyl [mailto:ja...@takari.io] Gesendet: Sonntag, 19. April 2015 14:29 An: Maven Users List Betreff: Re: Packaging Maven Core Extensions Not sure what you mean by injected but the code you sent me does not attempt to @Inject the session. If you did this is a problem

Packaging Maven Core Extensions

2015-04-18 Thread Christofer Dutz
Hi, I have just finished a small maven core extension containing an EventSpy. It's working nicely if I include it into my build using Maven 3.3.1 and a .mvn/extensions.xml, but I couldn't get it working by copying the jar to the MAVEN_HOME/lib/ext directory (I even tried a shaded jar). All I

Re: Packaging Maven Core Extensions

2015-04-18 Thread Jason van Zyl
Where's the code for the extension. They are expected to work in both places, you shouldn't have to do anything special other than making sure your dependencies are correctly marked as provided. On Apr 18, 2015, at 12:26 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, I have

Re: Packaging Maven Core Extensions

2015-04-18 Thread Karl Heinz Marbaise
Hi, are you running from within Jenkins ? On 4/18/15 6:26 PM, Christofer Dutz wrote: Hi, I have just finished a small maven core extension containing an EventSpy. It's working nicely if I include it into my build using Maven 3.3.1 and a .mvn/extensions.xml, but I couldn't get it working by

AW: Packaging Maven Core Extensions

2015-04-18 Thread Christofer Dutz
:-( Chris -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Samstag, 18. April 2015 18:51 An: Maven Users List Betreff: Re: Packaging Maven Core Extensions Hi, are you running from within Jenkins ? On 4/18/15 6:26 PM, Christofer Dutz wrote: Hi, I