You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by palexv <pa...@gmail.com> on 2008/12/12 11:06:15 UTC

Unusual multi-module structure

I need to implement such multi-module structure:
/app/pom.xml - pom for my web application
/module1/pom.xml - pom for module1 which is dependency of web app
...
/parent/pom.xml - parent pom

This is mostly done. The only question is root path in /app/pom.xml. When I
call build from parent pom it uses /parent path as root. Can I reconfigure
it to /app path? This is required for example for ant tasks


-- 
View this message in context: http://www.nabble.com/Unusual-multi-module-structure-tp20971968p20971968.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org