>
> You may be right on this one. However, if you have a much bigger project,
> you force a new developer to perform a build (which might take a long
> time)
> before he can start developing.


I understand now. Would publishing snapshots to your own remote repository
work? You could then only generate projects for the submodules and the
projects would have jar dependencies instead of project dependencies, or is
the whole project was never built?

But I agree it is somewhat a limitation...

> Anyway try mvn process-resources, this seems to run just before
> > compilation begins and should resolve dependencies.
>
> I think you didn't understand me completely. Dependency resolution is not
> possible because the required artifact is just not in the repository.
> Processing resources doesn't help me here in any way.
>

Indeed, I didn't get it at first :) As I said before would it work if you
use snapshot jars deployed to remote repository?

Siarhei

Reply via email to