I have a module: webapp that relies on a module: component. For some reason when I try to run webapp in tomcat the component is not introduced into the webapp. If I manually "mvn install" the component into my local repository then everything works as desired. I tried running the install:install goal but that fails. For now I've just added a manual build step that runs the mvn command line, but this seems wrong ...
Thanks in advance for your advice!