Skip to content

Instantly share code, notes, and snippets.

@ingenthr
Created March 7, 2018 23:43
Show Gist options
  • Save ingenthr/10dde130ccc332fe13a53df87989d7b3 to your computer and use it in GitHub Desktop.
Save ingenthr/10dde130ccc332fe13a53df87989d7b3 to your computer and use it in GitHub Desktop.
building nexus index from CLI
#!/bin/bash
java -jar /home/ingenthr/bin/nexus-indexer-3.0.4-cli.jar \
-t full \
-i /var/www/domains/couchbase.com/files/htdocs/maven2/.index \
-r /var/www/domains/couchbase.com/files/htdocs/maven2 \
-d /var/www/domains/couchbase.com/files/htdocs/maven2/.index \
-n couchbasemaven
chmod 775 /var/www/domains/couchbase.com/files/htdocs/maven2/.index
chmod 664 /var/www/domains/couchbase.com/files/htdocs/maven2/.index/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment