On 2009-03-17, Jörg Schaible <joerg.schai...@gmx.de> wrote: > I always assumed that Gump does not take care about the Maven deps, > since it uses its own descriptors.
That's the theory and it works for build tools that support this use-case (read: Ant). AFAIK there is no way to make mvn supply more jars to javac than the artifacts it knows to depend on. The way Gump injects jars into mvn build is described in <http://mail-archives.apache.org/mod_mbox/commons-dev/200901.mbox/%3cy1uab9v34ub.fsf...@v30161.1blu.de%3e> - in short Gump tries to replace the artifacts a mvn build asks for with those built by Gump, but it has no way to add more artifacts. > However, if I understand Gump correctly, this is what Gump is for - > testing against the latest and greatest ;-) Absolutely. And Gump tries hard to achieve that even in the presence of tools that make it difficult. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org