Re: Maven Home

2006-05-11 Thread rebels_mascot
Ok, I tried ./target in the main maven.xml file and it seems to of done the trick. Using multiproject for javadoc & needed all the files to be stored in the 1 folder. If there's a proper variable, please let me know. Thanks. -- View this message in context: http://www.nabble.com/Maven-Home-t1600

Maven Home

2006-05-11 Thread rebels_mascot
How do you get the home directory for a maven project? Not where maven is installed but where main maven.xml, target, project.properties, etc. is stored. I've tried ${basedir} but this gives the base directory for each project, --main_project ---folder1 ---maven.xml, etc ---folder2