Hello, I was wondering if in the case in which I have a multi module project which is formed by two modules A and B, where A is a plugin, and B uses A under the <build> section, does Maven assure to build A (the plugin) *before* B (the regular module) , so that a "mvn clean istall" for a fresh version number installation would work without raising errors such "unable to find the module A (the plugin) in any repository" ?
Thanks in advance, -- Alessio Pace.
