Get apache-archiva Installed on Mac using Brew
Package Information:
Name: apache-archiva
Use: Apache Archiva™ is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository.
Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality… and many more!
URL: https://archiva.apache.org/
Installation Steps:
- Open Terminal using Spotlight search by pressingÂ
<command+space>
. Type terminal and hitÂEnter
 key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install apache-archiva using brew
brew install apache-archiva
apache-archiva is ready to use now!