Hello every one,

I have this use case and I try to solve it with multiproject plugin and reactor 
so far no luck

I have this structure


   Project B    depends on  C inherit from A

   Project A    
      Project D depends on  B and C

   Project C inherits from A


All must be on the same level, I am not allowed to create another project
on the parent of A, B, C

Project A the root of inheritant and is the main entry into the build

How do I solve this with multiproeject plugin and or maven reactor,

It seems both solutions required that I must have this tree structure

   Project A
     Project B
     Project C
     Project D

but I am not allowed to refactor it that way ;(
    

Any suggestions are greatly appreciated

-Dan

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

Reply via email to