Re: Maven Eclipse plugin: How to include source path in .classpath?

2009-02-20 Thread Roland Bali
Thanks Dirk!

The plugin solved my problem.

/Roland

On Fri, Feb 20, 2009 at 11:20 AM, Dirk Olmes  wrote:

> Roland Bali wrote:
> > Hi,
> >
> > I would like to add the following to my .classpath when running
> > eclipse:eclipse. How can I do this?
> >
> > 
>
> Use the build-helper plugin [1] to add the fixtures directory to your
> sources. The maven-eclipse-plugin will pick it up when generating the
> .classpath file.
>
> [1] 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: Maven Eclipse plugin: How to include source path in .classpath?

2009-02-20 Thread Dirk Olmes
Roland Bali wrote:
> Hi,
> 
> I would like to add the following to my .classpath when running
> eclipse:eclipse. How can I do this?
> 
> 

Use the build-helper plugin [1] to add the fixtures directory to your
sources. The maven-eclipse-plugin will pick it up when generating the
.classpath file.

[1] 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