-
Notifications
You must be signed in to change notification settings - Fork 129
how to make maven mirror
Sri Harsha Boda edited this page Sep 15, 2017
·
1 revision
Step 1: Download maven-manager
Step 2: Make a shortcut and not copy of apache-archiva-2.2.0/bin/archiva in /etc/init.d/
Step 3: Open apache-archiva-2.2.0/bin/archiva, uncomment RUN_AS_USER and set it to 'root'.
Step 4: Execute "update-rc.d archiva defaults 80"
Step 5: To run the service do "sudo archiva start"
Step 6: Open http://localhost:8080 to manage
Step 7: To stop the service do "sudo archiva stop"