Hi, I need to make a maven project build with no dependency on the internet. I also need this to be over the network (so no access to ~/.m2) and runnable without write permissions (except for the built files). If you're wondering, I'm hoping to check a copy of this into a source control system.
Can maven to this easily? I know of the -o option, but I don't know how to make it work without the ~/.m2. I'd rather not touch the project POMs and I would really hate to have to create my own ftp/sftp/... local repository. Any help would be greatly appreciated. Regards, Sepand
