Questions tagged [maven-central]

The Official Maven Repository, hosted by Sonatype.

Maven Central is the official Apache Maven repository. It is hosted by Sonatype, for Apache Fundation.

It has moved several times from central.maven.org, repo1.maven.org and many other. The official address is now http://search.maven.org/

When using a Maven repository, it is important to be aware about Maven Coordinates.

The official guide about How to upload to the Central Maven repository may also come to help.

237 questions
0
votes
1 answer

Importing RoundedImageView from Maven Central

I downloaded a project from github that didn't come with the necessary library for RoundedImageView the library the project was trying to find. I'm somewhat new to Android, and haven't had any experience using the build.gradle file which according…
AIntel
  • 1,087
  • 5
  • 14
  • 27
0
votes
1 answer

Artifacts disappearing from maven central?

Over the course of the last few hours, the following artifact seems to have disappeared from maven central: groupId: org.apache.jena artifactId: jena-jdbc version: 1.1.0 It was there, my project was building just fine, then all of a sudden: $…
mwsltn
  • 386
  • 2
  • 9
0
votes
2 answers

maven: what to do if javadoc missing?

I run mvn dependency:resolve -Dclassifier=javadoc and report say that [INFO] The following files have NOT been resolved: I know that Maven repositories hosted by volunteer organisations like Maven Central and hosted open source project done by…
gavenkoa
  • 45,285
  • 19
  • 251
  • 303
0
votes
2 answers

Gradle only downloads .aar.asc from Maven Central

I freshly deployed an Android library named TypedPreferences. I used it in another Android project for some days. Suddenly, it stopped working - dependencies cannot be found any longer. I noticed that Gradle only downloads one file when I clean the…
JJD
  • 50,076
  • 60
  • 203
  • 339
0
votes
1 answer

How should I configure pom.xml to keep A and B in my private local Maven repo cache while using Maven Central and java.net's Maven repositories?

How should I configure pom.xml to keep A and B in my private local Maven repo cache while using Maven Central and java.net's Maven repositories? I've got two local private projects, call them A and B, but both depend on a few bug fixes in…
user314104
  • 1,528
  • 14
  • 31
0
votes
1 answer

Do I have to create Jira ticket for each new project under group in Maven Central

I have project group in Maven Central and one library project in it. What should I do if I'd like to publish new project? Should I create new ticket for each project or can just upload and stage it?
Bogdan Mart
  • 460
  • 8
  • 19
0
votes
1 answer

Completing Deployment to Maven Central Repository

I'm working on deploying a github project to maven central repository. Following the instructions outlined here, one of the contributors with write access to the github repository successfully issued the following: mvn release:prepare mvn…
Isaac Kleinman
  • 3,994
  • 3
  • 31
  • 35
0
votes
1 answer

maven central vs cloudera repository for hadoop core

I'm trying to include hadoop-core from a maven repository, and there are two repositories that contain it, maven central and the cloudera maven repository. Is there a reason to choose one over the other? They use different versioning too - in maven…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
0
votes
1 answer

Web resources in Maven Central

What is the best way to add project in Maven Central repository if it uses jar-file and web-resources (js, css, images)? I can't find any good way to do it so users could add dependency in pom.xml and get all required files (not only jar-file). I…
radyno
  • 26
  • 3
0
votes
2 answers

how to add an artifact to maven repository

I do not know anything about maven. Recently I downloaded a Android project code and it included pom.xml file. So after searching for hours I manages to properly import it as a maven project. Every thing seems pretty error free but for one item.…
MWH
  • 399
  • 1
  • 5
  • 19
-1
votes
1 answer

Search on Maven Central by REST

Is it possible to search on MavenCentral (search.maven.org) by REST, so that I get the search results in JSON/XML (or some other machine readable format)?
J Fabian Meier
  • 33,516
  • 10
  • 64
  • 142
-1
votes
2 answers

Creating a new project for Maven Central - What JDK version to use?

Since JDK versions are not backward compatible, i.e. bytecode (*.class) files created with JDK X might not run under JVM X-1 or older (JDK 1.8 bytecode might not run on a JVM 1.5), how can I determine what version of Java should my project be built…
Hans Deragon
  • 504
  • 1
  • 7
  • 17
1 2 3
15
16