Created
March 7, 2018 23:43
-
-
Save ingenthr/10dde130ccc332fe13a53df87989d7b3 to your computer and use it in GitHub Desktop.
building nexus index from CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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