This content has been marked as final.
Show 2 replies
-
1. Re: Using MavenDependencyResolver while releasing a multi-module Web project
laurent.thil Feb 14, 2012 6:11 AM (in response to laurent.thil)I solved the probleme by loading the packages from the sub-modules through the context Classloader, instead of using MavenDependencyResolver.
-
2. Re: Using MavenDependencyResolver while releasing a multi-module Web project
kpiwko Feb 14, 2012 10:06 AM (in response to laurent.thil)Hi Laurent,
Maven uses reactor to resolve other modules here.
We have reactor support ready for an upcoming release,check SHRINKWRAP-366 for more details.
Karel