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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to