Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sometomes still there is need to only work with a single project and resolve the other fineract-cn-* dependencies from public repository.
Also in order for continous integration (travis-ci) to build some a specific project it needs is needed that all the dependencies to be are available.

 JFrog Artifactory has been set up to host these artifacts since Maven Central is not suitable for the task (as it doesn't hold "work-in-progress" snapshots).

...

If travis detects that the changes were pushed to "develop" branch and build doesn't fail then it uploads the new snapshot artifacts to the public repository.

Travis also builds all pull requests but for security reasons it doesn't upload any artifacts from pull requests.


If your branch is not named "develop"

...