Hi,

I'm writing a custom plug-in and want to change the standard location of
a source directory + add additional source directories. I've used
Build.setSourceDirectory() at the initialize phase, but when I try
access all the source directories in the compile phase via
MavenProject.getCompileSourceRoots(), it doesn't list the one I set with
Build.setSourceDirectory() and it also keep listing the standard java
dir (src/main/java).

Is it a standard behavior? If so, what's the conceptual difference
between sourceDirectory and compileSourceRoots? Is there a way to
remove/replace the standard java dir in the compileSourceRoots?

thanQ

Grzeg~
=)

...{-_-}...
In a real dark night of the soul 
it is always three o'clock in the morning, day after day.
        -- F. Scott Fitzgerald



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

Reply via email to