Questions tagged [ojo]

ojo stands for oss.jfrog.org - a free Artifactory instance for OSS developers who have packages in bintray.com jcenter repository

Every OSS developer who includes their package in Bintray's JCenter is eligible for a free account on oss.jfrog.org - an Artifactory instance for development needs. This instance also have a unique REST resource for automatic conversion of SNAPSHOT builds and their promotion to Bintray (works for Gradle and Maven builds).

Full documentation is available in JFrog Wiki.

4 questions
1
vote
1 answer

release snapshots to ojo from sbt

I have "Common.scala" in project dir: import sbt.Keys._ import sbt._ import bintray.BintrayKeys._ object Common { val commonSettings = Seq( organization := "com.github.kondaurovdev", scalaVersion := "2.11.8", scalacOptions ++=…
Alexander Kondaurov
  • 3,677
  • 5
  • 42
  • 64
1
vote
1 answer

springfox 2.2.3 snapshot dependencies adding failed because of missing nexus-maven-repository-index.properties

I setup my project with springfox 2.2.3 snapshot version in IDEA 14 with gradle. I follow instruction 2.1.1. Gradle Snapshot. I failed with error that maven repository cannot be indexed and see exception in IDEA's log: WARN - …
zubactik
  • 1,297
  • 3
  • 19
  • 34
1
vote
1 answer

Deploy SNAPSHOT to oss.jfrog.org (JCenter)

I tried doing a mvn deploy for oss.jfrog.org for my project. However I am getting this error: Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file:…
quarks
  • 33,478
  • 73
  • 290
  • 513
-2
votes
1 answer

always ask for login when download file from public Bintray repo

I'm not sure it's the right place to ask for tech support. But please route me to the correct contacts if I'm wrong. Here is the issue, TestNG Team hosts the TestNG Eclipse plugin on Bintray.com, today suddenly people complain that they can't…
XuQing Tan
  • 362
  • 1
  • 4
  • 11