I learned it the hard way when my incremental backups went from 1-2MB to 700MB :P
On Wed, Sep 30, 2009 at 7:44 AM, Indrajit Raychaudhuri <[email protected]>wrote: > > Derek, > > Very nice trick indeed! > > Cheers, Indrajit > > > On 30/09/09 6:28 PM, Derek Chen-Becker wrote: > > If you want it stored somewhere else, you can edit your > > ~/.m2/settings.xml file and add the localRepository element. Here's mine: > > > > <settings xmlns="http://maven.apache.org/POM/4.0.0" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > > http://maven.apache.org/xsd/settings-1.0.0.xsd"> > > <localRepository>/home/software/mavenrepo</localRepository> > > </settings> > > > > In my case I do hourly backups of my home directory so I don't want all > > of the artifacts there. > > > > Derek > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
