« Return to Thread: Netbeans 6.5 + Mevenide, external?

Re: mevenide 4.0.5 and runtime classpathScope

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View in Thread

On Tue, Nov 25, 2008 at 1:11 PM, Hartmut Lang <hartmut.lang@...> wrote:

> Milos,
>
> We are using netbeans 6.5 with mevenide 4.0.5.
> We are facing the problem that on running a maven-project the exec-maven
> plugin is only called with "compile" as classpathScope. And we would
> need "runtime".
> I also saw that you fixed an exec-maven plugin issue related to using
> "runtime".
> Do you plan to introduce "runtime" classpathScope in your mevenide
> netbeans plugin?

once the exec plugin gets released, then the maven support will start
using the new version by default and will use the correct scope. I'm
not even sure why compile was chosen as default scope, doesn't make
much sense to me..

the current workaround for now is to use the test scope instead of
runtime in case you need it. (test extends runtime)

in 7.0 codebase, I've fixed the issue of main() classes in test
sources and the test scope for the exec plugin is added there by
default.

Regards

Milos

>
>
> Regards,
> Hartmut
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Netbeans 6.5 + Mevenide, external?