cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 49 forks source link

Pre-fill Cache of maven scanner #2

Closed headcr4sh closed 7 years ago

headcr4sh commented 7 years ago

The maven scanner loads a whole lot of resources from maven central during it's first run. The maven cache should be pre-populated while building the Docker image to speed up the build process and reduce network load.

See https://stackoverflow.com/a/1776808/725380 for a possible solution.