Re: M2 multiproject build question

2006-06-27 Thread Roman Krutyakov
Hello, I have project tree -core -addons -site1 -site1-i18n -site2 -site2-i18n -parent site1 and site2 requires both core and addons, site3 requires only core. Im writing plugin for customizing build of my projects - i need full rebuild for addons and core when im making "mvn package" for site1

M2 multiproject build question

2006-06-20 Thread Roman Krutyakov
Hello, I have project tree -core -addons -site1 -site1-i18n -site2 -site2-i18n -site3 -site3-i18n -parent site1 and site2 requires both core and addons, site3 requires only core. i need to have possibility performing full build for any webapp, ie for example invoke build chain core->addons->site