Re: Accessing MavenSession from a plugin component

2010-01-02 Thread Stevo Slavić
Thanks to both for feedback! I'm experimenting a bit with maven archetype (plugin), trying to implement support for importing remote archetype catalog in local archetype catalog. While at it I noticed couple of potential issues. E.g. org.apache.maven.archetype.Archetype.getDefaultLocalCatalog() me

How to exclude javadoc report from site generation?

2010-01-02 Thread Paul Benedict
I would like to exclude the creation of javadoc/test-javadoc during site generation. I put true in my javadoc-plugin's configuration under , but that did no good. Any other ideas? - To unsubscribe, e-mail: users-unsubscr...@maven.

Re: Re : [ANN] Maven Compiler Plugin 2.1 Released

2010-01-02 Thread Stephen Connolly
yes, whoever added the toolchains support did nit create a jira entry for the feature. as I see it there is one problem with toolchains, as implemented, namely it is not possible to scope multiple toolchains in the same project, eg production uses jdk 1.4, test uses jdk 1.5 I intend to fi

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Stephen Connolly
rather than always invoking the scripts in the same jvm as used to run maven, if you add support for toolchains, you could fork a toolchains defined jvm so that maven can be run from one jvm and the script from another 2010/1/2 Siegfried Goeschl : > Hi Stephen, > > could you clarify the statement

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stephen, could you clarify the statement - I think I miss a bit or two :-) Cheers, Siegfried Goeschl Stephen Connolly wrote: > I'd like to see support for toolchains so that you don't have to run > maven with jdk 6 to use scripting > > Sent from my [rhymes with tryPod] ;-) > > On 2 Jan

Re : [ANN] Maven Compiler Plugin 2.1 Released

2010-01-02 Thread Julien HENRY
Hi, Is this version toolchains aware? This is not written in release notes and the page about toolchains [1] was not updated. Regards, Julien [1] http://maven.apache.org/guides/mini/guide-using-toolchains.html De : Stephen Connolly À : annou...@maven.apach

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Stephen Connolly
I'd like to see support for toolchains so that you don't have to run maven with jdk 6 to use scripting Sent from my [rhymes with tryPod] ;-) On 2 Jan 2010, at 16:33, Tomasz Pik wrote: On Fri, Jan 1, 2010 at 12:29 PM, Stefano Fornari wrote: Hi All, I needed a plugin to run JavaScript scrip

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Tomasz Pik
On Fri, Jan 1, 2010 at 12:29 PM, Stefano Fornari wrote: > Hi All, > I needed a plugin to run JavaScript scripts and I ran into > script-maven-plugin. It looks that id does most of what I need, but I > would need to extend it anyway to allow the evaluation of more than > one script. Looking at the

[ANN] Maven Compiler Plugin 2.1 Released

2010-01-02 Thread Stephen Connolly
The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.1 This plugin is used to compile the sources of your project. . http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration: org.apache.ma

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Stefano Fornari
Yes, I know; that would not be a limitation for me, therefore is not something I would spend time on. But if you feel we should have it, maybe it is a piece you can take care of. How does it sound to you? BTW, as you will see the current implementation is straightforward. On a different topic, wr

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stefano, in that case you would tie the latest incarnation of the script-maven-plugin to the JDK 1.6 ... :-) Siegfried Goeschl PS : I have a look at the plugin tonight Stefano Fornari wrote: > Siegfried, > that would be great. I guess the first question I would answer is if > we need tu upda