Re: mvn eclipse:eclipse not adding source directories

2009-02-13 Thread Josh Suereth
Thanks for the answer!  I'll notify the users.

Anyway to integrate the eclipse + scala plugins directly?

On Fri, Feb 13, 2009 at 4:44 AM, Dirk Olmes  wrote:

> Josh Suereth wrote:
> > Hey guys,
> >
> > I'm trying to better integrate the maven-eclipse-plugin with the
> > maven-scala-plugin.   Is there anyway I can notify the eclipse:eclipse
> goal
> > to add extra source directories when creating the eclipse project files?
>
> Use the build-helper plugin from Codehaus [0] to add additional source
> directories and the eclipse plugin will pick them up.
>
> [0] http://mojo.codehaus.org/build-helper-maven-plugin/
>
> HTH,
>
> -dirk
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: mvn eclipse:eclipse not adding source directories

2009-02-13 Thread Dirk Olmes
Josh Suereth wrote:
> Hey guys,
> 
> I'm trying to better integrate the maven-eclipse-plugin with the
> maven-scala-plugin.   Is there anyway I can notify the eclipse:eclipse goal
> to add extra source directories when creating the eclipse project files?

Use the build-helper plugin from Codehaus [0] to add additional source
directories and the eclipse plugin will pick them up.

[0] http://mojo.codehaus.org/build-helper-maven-plugin/

HTH,

-dirk

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



mvn eclipse:eclipse not adding source directories

2009-02-12 Thread Josh Suereth
Hey guys,

I'm trying to better integrate the maven-eclipse-plugin with the
maven-scala-plugin.   Is there anyway I can notify the eclipse:eclipse goal
to add extra source directories when creating the eclipse project files?


Thanks!
-Josh