On Mon, Apr 6, 2009 at 9:17 PM, Roman Kournjaev <kournj...@gmail.com> wrote:
> HI All
>
> Any idea how do i add additional line to the generated .classpath.
>
> The line is an additional source directory  , <classpathentry kind="src"
> path="src/main/java-gen"/>
>
> I have looked a little in the plugin page and didnt find anything that fits
> my needs.
>
> Thanks in advance.
>
> Roman
>

I dont think you can.
You generally rely on the plugins to add to the list of source directories.

Is "src/main/java-gen" used by another plugin? If so, then it should
already be adding to the src directory list.

You could try 
http://mojo.codehaus.org/build-helper-maven-plugin/add-source-mojo.html
But I dont know whether that would work either.

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

Reply via email to