> maven.home = . > > to my stratum build.properties and ran this to do my tests: > > ant -f build-maven.xml maven:test > > Is that how I use maven?
Not quite =] You must install maven by either building: http://jakarta.apache.org/turbine/maven/bootstrap.html Or an installer: http://jakarta.apache.org/turbine/maven/install.html maven.home ends up being the directory it is installed to (~/maven or whatever). Then ant -f build-maven.xml maven:test should work fine. -- jt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
