Top "Maven-metadata" questions

Maven metadata is used to store versioning information about Maven artifacts.

How do I tell Maven to use the latest version of a dependency?

In Maven, dependencies are usually set up like this: <dependency> <groupId>wonderful-inc</groupId> <…

java maven dependencies maven-2 maven-metadata
Why is Maven downloading the maven-metadata.xml every time?

Below is the error I usually get when my internet connection is flanky when trying to build a web application …

java maven maven-3 maven-metadata
How does Maven plugin prefix resolution work? Why is it resolving "findbugs" but not "jetty"?

I was doing some testing using Maven and realized that I can execute the findbugs goal of the Findbugs plugin …

java maven maven-metadata
How to force Maven to download maven-metadata.xml from the central repository?

What I want to do is to force Maven to download the 'maven-metadata.xml' for each artifact that I have …

java maven-2 maven-metadata
maven-metadata.xml is not updated when deploying to nexus

i am using Apache Maven 3.0 Nexus Open Source Edition, Version: 1.8.0.1 this is part of my pom.xml <plugin> &…

maven maven-3 nexus maven-deploy-plugin maven-metadata
Maven build error No versions available for org.codehaus.jackson:jackson-core-asl:jar:[1.8,1.9) within specified range

I am getting following error since today morning while doing maven build. There are no specific changes for yesterday and …

jackson maven-3 maven-metadata
How to rebuild maven-metadata.xml in Artifactory?

We're using Artifactory 3.9.2 and had to merge parts of two repositories (by copying over the artifacts) which had the same (…

maven artifactory maven-metadata
Finding list of versions available in a Maven repository for a specific plugin?

Given the following repository URL from my pom.xml how can I determine what the latest versions of spring and …

java maven-2 maven-metadata
How do I prevent Maven from downloading maven-metadata.xml for an artifact that I already have in my repo?

I’m using Maven 3.2. I have this dependency in my pom.xml file (a WAR project) <dependency> <…

maven artifacts maven-metadata