Hi, We are setting up an internal Maven repository to speed up our inhouse builds that depend on CloudStack on the 4.5 branch (which contains 4.5.3-SNAPSHOT right now).
It's mostly working, but we are running into something very strange with the checkstyle dependency. After uploading all artifacts with mvn deploy, our repository server is directing mvn to go to repository.apache.org/snapshots in order to download the checkstyle dependency... which of course does not exist. Has anyone gone through the experience of putting CloudStack SNAPSHOT artifacts into an in-house Maven repository?