SiD <tourment> wrote:
Hi all,

I have a project whith this structure :

project
-- pom.xml
-- src1
-- src2

Where src1 and src2 are two javasource repositories,

how can i configure Maven to compile theses sources from the TWO
repositories when i make mvn compile ?

Thanks for answer !

It is not possible to do this with the maven-compile-plugin.

If you don't mind doing some coding of your own - have a look at chapter 5.5.2 of the Maven book, which discusses this.

--
Dennis Lundberg

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

Reply via email to