Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Using custom Maven repository

Enzo Rivello edited this page Aug 30, 2016 · 2 revisions

You can configure your own Maven repository:

  • Create test/integration/data_bags/maven_repos/mymvnrepo.json:
{
  "id":"mymvnrepo",
  "url": "http://mymvnrepo.com/nexus/content/groups/public",
  "username":"myuser",
  "password":"mypwd"
}
Clone this wiki locally