Questions tagged [bintray]

JFrog Bintray is a universal distribution hub, which provides features like a global distribution network (CDN), extreme throughput and redundancy for downloads, permission control for external users (entitlements), product and EULA support etc. It's free to use for consumption and free to use for distribution of OSS projects. Bintray is also the home for JCenter, a popular Java components repository.

JFrog Bintray is a universal distribution hub, which if free to use for consumption and free to use for distribution of OSS projects. It provides features like:

  • a global distribution network (CDN)
  • extreme throughput and redundancy for downloads
  • permission control for external users (entitlements)
  • product and EULA support
  • full REST API automation
  • CLI
  • plugins for popular CI servers and build tools
  • indexing as much binary packages standards as possible
  • "Set Me Up" snippets for easy configuration
  • smart checksum-based binary storage
  • and much more.

Bintray is also the home for , a popular Java components repository.

For more information please see:

399 questions
0
votes
2 answers

Cannot access Bintray account

I apologize if this is off-topic, but this is the only public support channel for Bintray OSS that I could find. I'm hoping someone from JFrog monitors this tag. I opted into the Bintray beta look, and now I can no longer access any of my or my…
Mac
  • 1,632
  • 9
  • 15
0
votes
1 answer

Maven build fails due to error in "maven-metadata-bintray-central.xml" file

I build a project using Maven that refers to artifacts from Artifactory. This build setup has worked without issues, but now I am seeing this error every time it gets a new library from Artifactory repo. Caused by:…
Shankar
  • 2,625
  • 3
  • 25
  • 49
0
votes
1 answer

Publish library into maven repository but not JCenter

I have uploaded a library into bintray and have linked it to JCenter, so it's accessible through jcenter global repo. My issue is there are some alpha or beta versions I don't want them to be at JCenter. Is it possible to exclude some versions not…
Mahdi-Malv
  • 16,677
  • 10
  • 70
  • 117
0
votes
1 answer

Can I convert Jfrog OSS account to Enterprise Edition account later?

I'm planning to create an open source project. There are two types of JFrog account. 1. OSS (Open Source Project) 2. Enterprise Edition For now, I don't need Enterprise Edition. But later if I need Enterprise Edition account for my company, is it…
0
votes
1 answer

How to publish Kotlin + JNI android library to Bintray?

I've been developing a library to use in my project, and while it is working locally, I would like to share it and use it as an external dependency. How do I wrap my library so that built AAR contains both *.so native library and generated *.java…
barsoosayque
  • 329
  • 2
  • 11
0
votes
1 answer

Automating deployments to Artifactory Distribution Repo

I'm wondering how to deploy artifacts to Artifactory's Distribution repo . Pushing directly to the distribution repo from gradle (using the gradle-maven plugin) results in the following error: FAILURE: Build failed with an exception. * What went…
Nelson Ramirez
  • 7,864
  • 7
  • 28
  • 34
0
votes
1 answer

plugins notation for sub projects

gradle-bintray-plugin documentation says that: Currently the "plugins" notation cannot be used for applying the plugin for sub projects, when used from the root build script. What does it mean? Should I add plugins notation in every module or…
burtsevyg
  • 3,851
  • 2
  • 29
  • 44
0
votes
1 answer

How to publish jar as maven artifact to bintray using curl?

I have some 3rd party jar files that I want to upload to bintray, and then be able to import them as maven artifacts. I wrote a bash script similar to this one: https://github.com/bintray/bintray-examples/blob/master/bash-example/pushToBintray.sh At…
jacob
  • 2,762
  • 1
  • 20
  • 49
0
votes
1 answer

Gradle bintrayUpload doesn't find generated jar

I'm trying to automatically generate and deploy a Java library from .proto-files. The first part, generating Java source code from my .proto-files already works, and the Jar-task generates three .jar-files: example.jar, example-javadoc.jar and…
Jonas Wanke
  • 399
  • 5
  • 11
0
votes
2 answers

Cannot install a published Java library

I have published a java library to https://bintray.com/tylerlong/maven/ringcentral-pubnub I tried to use it via gradle: dependencies { ... compile 'com.ringcentral:ringcentral-pubnub:1.0.0-beta10' } When I run ./gradlew build, I got the…
Tyler Liu
  • 19,552
  • 11
  • 100
  • 84
0
votes
1 answer

Incorrect directory structure created using jfrog CLI

I am trying to download the entire folder (as it is with all files and subfolders) from an Artifactory repo to my local folder. Note - I am using Artifactory Pro cloud version This how my Artifactory local repo (generic) looks like - I run the…
0
votes
1 answer

Jcenter inclsuion: The version control returns 404, worked before

I have these two packages: https://bintray.com/beta/#/stoyicker/test-accessors/annotations?tab=overview https://bintray.com/beta/#/stoyicker/test-accessors/processor-java?tab=overview The former is, as you can see, included in Jcenter. I made a…
0
votes
1 answer

Bintray API - Can not obtain OSS licenses as anonymous

I'm trying to get all OSS licenses supported by Bintray, but seems like the API has modified and documentation not. If you read the OSS license section: https://bintray.com/docs/api/#_get_oss_licenses Returns a list of all the OSS licenses. This…
uilianries
  • 3,363
  • 15
  • 28
0
votes
1 answer

What happens with download when signed url expires while downloading?

In Bintray, I can sign the url for download for a specific time, i.e. 600 secs. When a user starts the download process before expiry but the download takes longer so is over 600 secs. User starts download by clicking at 530 secs. The download…
nzmdgnc
  • 3
  • 1
0
votes
0 answers

Why I can't add aar file to our library project and distribute it without aar?

we are getting really frustrated both financially and also in our project level. The root problem is that we have build an android library project, which uses another aar as a dependency. The clients which integrate our library have to manually…
Viktor Vostrikov
  • 1,322
  • 3
  • 19
  • 36