Hi there,

On Wednesday 26 May 2004 17:29, Al Robertson wrote:
> I had a problem with the maven eclipse:generate-classpath as well.
> With me, it is due to having 2 or 3 src folders.
> Specifying src/java and src/test/java generated

Using both goals - eclipse:generate-project and eclipse:generate-classpath - 
together then doing a Refresh in Eclipse has always worked for me.  I would 
give you a tip though.  I don't think either Maven or Eclipse will be too 
keen on your directory structure.  Consider moving src/test/java to test/java 
so that you have:

src/java
test/java

at the same level.  This is the recommended Maven way and I'm not positive, 
but I don't think Eclipse will be happy with your arrangement.

Cheers,

Peter. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to