I'm not sure what this solution was. In geronimo we have a "repository" subproject for stuff that isn't published. it has a repository inside and the pom has dependencies on all of these jars, and a <repository> tag pointing to it. Building this project gets all the dependencies into your local maven repo. We don't think this is close to ideal but it works.

https://svn.apache.org/repos/asf/geronimo/server/trunk/repository

Maybe this solution could prevent us from getting those nasty ${...} directories. Having all the dependencies in a module is a good idea. I like it :-)

Thanks for this hint, David.

Reagards
Felix

Reply via email to