A Perforce backed artifact store.
Please note the HAM project is a proof of concept and not production quality.
HAM combines Perforce Helix technology with some initial ideas around Artifact Management. HAM demonstrates basic Management features such as: Browse Search Deploy Proxy configuration HAM also supports Maven artifact Storage and Distribution, but provides interfaces to enable support for other artifacts like RubyGems, Docker images, etc...
For Maven distribution just add the following to your
~/.m2/settings.xml
<mirrors> <mirror> <id>pam</id> <url>http://HOST/view/MAVEN_REPO/</url> <mirrorOf>*</mirrorOf> </mirror> </mirrors>