Hi All,

I have a multi-module project in the /home/me/projects/grandfather like this:

grandfather
     |
     |---- pom.xml
     |
     |---- father
              |
              |---- pom.xml
              |
              |---- son
                     |
                     |---- pom.xml

If I build that project, I will have these target directories: 
/home/me/projects/grandfather/target, 
/home/me/projects/grandfather/father/target and 
/home/me/projects/grandfather/father/son/target. 


Is there anyway to modify only 1 pom.xml (it doesn't matter if it is 
grandfather's or father's or son's) so that the target directories are 
/tmp/grandfather/target, /tmp/grandfather/father/target and 
/tmp/grandfather/father/son/target?

Regards.

Reply via email to