I think you are looking for the SNAPSHOT of your projects.

You just have to add -SNAPSHOT behind your version (in both the your depending on project and your dependency)

<version>1.0-SNAPSHOT</version>

Cheers,

Guillaume
Le 29/11/2011 15:42, Abid Hussain a écrit :
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to