"Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 10 Nov 2006, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> Once Gump says it can find mvn in >> <http://gump.zones.apache.org/gump/test/index.html> > > So far it doesn't, I only set M2_HOME which didn't seem to be enough. > I've now added $M2_HOME/bin to PATH as well, that hopefully does the > trick. >
Yes, it's the same as for M1. It needs to be on the path as well. I just cloned what Gump was doing for M1. >> we can use bcel as our test project for the Maven2 support in Gump. >> bcel doesn't have any dependencies to speak of, so the missing >> pieces won't hurt too badly. > > What would be the correct mvn goal to invoke if we want a jatr and > maybe run tests? > The default goal is "package". Of course, mvn will run offline, so all of the dependant jars will have to be in the local repository. > Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
