Try upgrading to the latest version of maven (2.2.1 or later ). I was having a simliar issue.
Cheers Jono j...@192-168-1-69:~ $mvn -version Apache Maven 2.2.1 (r801777; 2009-08-07 05:16:01+1000) Java version: 1.6.0_17 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Default locale: en_US, platform encoding: utf8 OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" j...@192-168-1-69:~ $ On 4 February 2010 13:09, Peter Robinett <[email protected]> wrote: > Hi all, > > I seem to be to doing something wrong, as I keep getting out of memory > errors when trying to build Lift from source. My command is: > mvn -DXmx1024m -U clean install > > Am I missing something obvious? I've tried with 1024 and 2048 > megabytes of memory. I'm running Java 1.6.0_17 and Maven 2.2.0 on OS X > (10.6) and have 4 gigabytes of physical memory. > > Peter > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
