Utility to configure build tools to use security gateway as package repository.
pacman
aka. Package Manager
inspired by the pacman
is a tool for easily configuring various package managers such as Gradle, Maven etc. to use the security gateway for downloading required dependencies.
Run pacman
configuration wizard
./pacman.sh configure
Refer to gateway authentication) for more details on how to create gateway users.
./pacman.sh setup-gradle
./pacman.sh setup-maven
Note: This script overwrite
$HOME/.m2/settings.xml
To configure package managers building a specific project, set environment
GATEWAY_PROJECT_ID=project-id
Remove any configuration file added by pacman
./pacman clean