Skip to main content

All Questions

Tagged with
1 vote
0 answers
3k views

Received status code 401 from server: Unauthorized for jar from remote

In the logs: Could not get resource 'https://<locally hosted artifactory>/<virtual repo>/org/springframework/boot/org.springframework.boot.gradle.plugin/2.2.13.RELEASE/org.springframework....
Belun's user avatar
  • 4,151
0 votes
0 answers
79 views

OSS Maven - transition from Bintray

We're using Bintray (via JCenter) to publish our open source Android packages. JFrog are ending Bintray and telling us to use JFrog Platform, but the OSS option for that product is not available yet. ...
noamtm's user avatar
  • 12.9k
0 votes
1 answer
52 views

Nightly updates to Bintray is not synced to JCenter

We have a few artifacts hosted on Bintray and synced to JCenter. In all versions, we have a special, nightly-updated version, which is named "0.0.0-nightly". We push a new "0.0.0-...
Xunkai's user avatar
  • 46
0 votes
1 answer
177 views

JCenter maven-metadata.xml doesn't have all module versions from Maven Central

In JCenter net.sourceforge.plantuml:plantuml module doesn't have version 1.2020.15 in maven-metadata.xml. But, in Maven Central this module has this version listed in maven-metadata.xml. However, I ...
remal's user avatar
  • 1
0 votes
1 answer
884 views

JFrog Artifactory unable to download jars from remote repository

When I run my maven build pointing to the JFrog Artifactory setup I see the following error in the log: 2020-05-14T04:41:01.640Z [jfrt ] [ERROR] [dcb2a29d3c46472e] [o.a.r.RemoteRepoBase:806 ] [...
onlinejava's user avatar
0 votes
0 answers
224 views

JAR file is corrupted (+missing source, javadoc) pushing maven artifact from BinTray to JCenter

I have some maven artifacts on bintray new for our current release that need adding to JCenter before they can be synced from BinTray to Maven Central. (We have other artifacts already in place) ...
Nigel Jones's user avatar
1 vote
0 answers
1k views

Error while deploying artifacts from Jenkins to Jfrog artifactory server

I am facing issues while deploying simple artifacts from Jenkins to Jfrog Artifactory server. The following are the details: Tool versions Jenkins version- 2.107.3 Apache maven version- 3.0.5 (Red ...
vaibhav's user avatar
  • 11
-1 votes
1 answer
360 views

JAR file is corrupted

Why do i get this error when i'm trying to include my version inside JCenter from the JFrog interface: JAR file is corrupted.A binary file (jar, aar, wat, apk) should be part of the package.Could ...
blablanumerodeux's user avatar
0 votes
1 answer
169 views

Jcenter inclsuion: The version control <url> 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, ...
Jorge Antonio Díaz-Benito's user avatar
2 votes
0 answers
58 views

How should I organize bintray packages for maven projects in bintray/jcenter?

I've tried again yesterday and failed once more to understand it. I have several projects. Each project produces several artifacts with group id org.jgrapes. With Sonatype, things are simple. I've ...
Michael Lipp's user avatar
0 votes
1 answer
2k views

artifactory certificate error while downloading from jcenter

We are using artifactory oss and since a few days we have some issues with downloading jars from jcenter repository. It is not for all downloads and it is not clear why. When downloading we get the ...
Danny van Zunderd's user avatar
2 votes
1 answer
323 views

Deploying artifacts from a local Gradle artifactory repository to JCenter/MavenCentral

I currently upload my java build artifacts to a local artifactory repository (Gradle default repository layout) using JFrog artifactory gradle plugin. I would like to deploy some of them to JCenter ...
Adrien CABARBAYE's user avatar
0 votes
1 answer
143 views

Bintray and jCenter are not really sync their changes automatically

There is a weird issue I am facing here. I had my Android library uploaded to Bintray and when I requested to add to jCenter everything worked fine. The library was this: http://jcenter.bintray....
matrix's user avatar
  • 334
1 vote
1 answer
100 views

Scala library, Bintray not syncing versions to JCenter

I found a similar issue but couldn't understand any action to take. I have two open-source scala libraries - I published the second one just yesterday. Everything looks good on the Bintray repo, but ...
ticofab's user avatar
  • 7,685
23 votes
3 answers
27k views

How to properly specify jcenter repository in maven config?

In Gradle, I need simply add: repositories { jcenter() } What is the simplest and proper way to do the same in maven pom.xml or where can I get right url for jcenter repository.
Ihor Rybak's user avatar
  • 3,219

15 30 50 per page