How To Use JFrog Artifactory

From version 4.2.2 we are moving our public maven repository to the JFrog Artifactory cloud version that has out of the box SSL support and is username and password protected.
To use the new public maven repository follow the following steps:
  1. Add a file named settings.xml to the maven folder (user_home/.m2/settings.xml) or if you already have it, add the missing configuration as follows:

  2. Now our artifacts will be downloaded in Online mode.
The old repository will be kept alive until all our clients and employees move to the new repository. However, we will not be deploying new versions and builds to it.