Roland Bali wrote: > Hi, > > I would like to add the following to my .classpath when running > eclipse:eclipse. How can I do this? > > <classpathentry kind="src" path="fixtures"/>
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: [email protected] For additional commands, e-mail: [email protected]
