Thanks for the info on the maven.eclipse.output.dir property.

As for the multiple source:
For moving the multiple source directories we've used a jelly script that copies the mulitple src with the pre-goal:prepare-filesystem goal. The problem I'm having is when I run the eclipse:generate-project I can not specify multiple source directories that I've set up in eclipse. We have one source folder for our jdeveloper/bc4j work and one for our eclipse workspace. I'd like to specify that I have a src located at "src/java" and "src/jdev". This would then add the following entries to the .classpath:
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/jdev"/>
I hope that makes sense.


-Mark

At 08:32 PM 3/28/2003 +0000, you wrote:
>From what I've seen the maven project model assumes one main source tree
per project. Additional source trees have to have specific plugins to
handle them (for example, the unit test source tree is compiled by the
test plugin). The Eclipse plugin will add both the main and unit test
source trees to the .classpath file if they are specified in project.xml

Or did you mean having multiple source directories that all finish up in
the project's resulting jar file?

Mark T. McBride Computer Scientist Lawrence Livermore National Laboratory http://www.llnl.gov

Office: (925) 423-1627
Fax: (925) 423-3140

Reply via email to