Maven Users, If I use maven multiproject:install-snapshot (SNAPSHOT) for the version information (for projects to figure out the dependencies on other projects) it works as long as the name of the project does not have a '.' in it.
That is if my sub-project names are like myProject foo bar hello world Then maven figures out the inter-dependencies among the projects and builds snapshot jars. But if my sub-project are like following myProject com.abc.def.A com.abc.def.B com.abc.def.C com.abc.def.D com.abc.def.E com.abc.def.F Maven fails to figure out the inter-dependencies among the projects and looks for the "com.abc.deg.c-SNAPSHOT.jar (if my project com.abc.def.A depends on com.abc.def.C) Has anyone else encountered the same problem? What is the work around, if I cannot change the name of my project (owing to the fact that they are eclipse plugins) I look forward to your suggestions. Also, the mailing list users have been really helpful in suggesting and guiding me to get up to speed on Maven. I am using the command> maven multiproject:install-snapshot Thanks, Sachin [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
