Hi I have my master project and many modules defined in it. Every submodule when given "mvn package install" does some magic to build itself and in effect installs it's product in the local repo. Problem is when I execute "mvn package install" from the level of the master project maven builds all the submodules but it does not rebuild and install the submodules' artifacts the same way it happens when I execute install from the level of the submodule. I see that is executes the tests, compiles code, but the submodules are not updated in the local repo thus the dependencies are not updated.
any way to make install from the master level reach the modules level? -- Wojtek Biela --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
