Is it possible to build multi module structure with Maven for PHP?

Posted by Softy on Stack Overflow See other posts from Stack Overflow or by Softy
Published on 2010-05-04T09:50:54Z Indexed on 2010/05/04 9:58 UTC
Read the original article Hit count: 186

Filed under:
|
|

I have to build an application using Maven for PHP that has multiple modules. The scenario in which the maven seems to not work is this: I have a common module and a client module depending on the first one. When doing "mvn site" on the client module which depends on the common module, the test fails to see the paths to the common module. Is there a flow in my build or this is just not possible?

© Stack Overflow or respective owner

Related posts about php

Related posts about maven