My project is composed of 2 modules which are configured so that module2 is depending on module1...

When I do 'ant publish' of first module everithing is ok...
But when building my module2, the search for dependencies it's not looking in the repository where module1 was published...

What do I have to do to use my module in other modules ?
How spring-webflow or spring-ldap handle thos ?

P.S. I have a 'verbose' log of this...