Hi all, I wonder if maven can handle the scenario when multiple projects (which are dependent on each other) are developed concurrently.
E.g. we have a project A which is dependent on projects B and C. All projects are at development stage. When developing on A one wants to use the latest features in dependent projects B and C at current development stage. As one has to declare a certain version number in A's pom.xml there is no way to tell maven always to use the development-version (or trunk-version) of B and C which haven't been released so far. So, is there a way to declare dependencies on modules which haven't been released so far? Regards, Abid -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
