Berin Loritsch wrote: > > bootstrap-maven's descriptor specifies a standard repository for > the downloading of the build components. It *uploads* the jars > to a holding pen used for the real maven. That way, the real maven > will use the freshly compiled dependancies.
The http://jakarta.apache.org/gump/workspace.html element contains a jardir attribute which will cause the produced jars to be copied to a directory structure. It was always my intent that this be used as the lib.repo for Maven, but I felt that the directory should have some structure (like having subdirectories per project) and Jason felt that it should be flat... in any case, the beginnings of the support is present, just waiting to be exploited. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
