GitHub repo template
May 20, 2025 ยท View on GitHub
Structure
- .github/ - contains GitHub workflows and repository settings
Development
See Contributing Guide for information about installing development environment and development workflow.
Credentials
In order to be able to build the project and resolve all dependencies you need to setup env variables with credentials:
export ARTIFACTORY_USER="... your user id"
export ARTIFACTORY_TOKEN="... your access token"
To generate an access token:
- Go to artifactory: https://artifactory.example.com/ui/repos/tree/General/maven-packages
- Press on "Set Me Up" bottom in top right corner
- Press on "Generate Token & Create Instruction" button
- Copy generated token
Build applications
Description of application build process.