A Perforce backed artifact store.
Please note the PAM project is a proof of concept and not production quality.
PAM combines Perforce Helix technology with some initial ideas around Artifact Management. PAM demonstrates basic Management features such as: Browse Search Deploy Proxy configuration PAM 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>