This is not a tag line!
Posts tagged code reminder
Code reminder: using an isolated local Maven repository
Aug 11th
I can never remember the command line option to use an isolated local Maven repository for a given Maven run (so that, for example, you can make sure that your dependencies are properly defined and you don’t run into conflicts due to a shared repository) and couldn’t find it again quickly enough via Google so I thought I’d post it here, as a reminder:
mvn -Dmaven.repo.local=/foo/bar
