]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/maven.json
Add missing underscore to jupyter entry (#457)
[xdg-ninja.git] / programs / maven.json
1 {
2 "name": "maven",
3 "files": [
4 {
5 "path": "$HOME/.m2",
6 "movable": true,
7 "help": "Alias maven to use a custom config location:\n\n```bash\nalias mvn=\"mvn -gs $XDG_CONFIG_HOME/maven/settings.xml\"\n```\n\nThen add the following to the _settings.xml_ file:\n\n```xml\n<localRepository>${env.XDG_CACHE_HOME}/maven/repository</localRepository>\n```\n"
8 }
9 ]
10 }