maven-metadata Questions

7

Solved

Below is the error I usually get when my internet connection is flanky when trying to build a web application with maven. My question is that, why does maven always have to download every time wh...
Maroc asked 7/5, 2013 at 14:21

4

Solved

I've written a Gradle plugin in groovy and used Gradle to build it. I've got a local network Artifactory server that I publish the results to using the Gradle Artifactory plugin and the maven-publi...
Frivolity asked 3/3, 2015 at 0:20

6

I encountered a quirky problem: I used "mvn deploy" (Maven 3.3.9, Jenkins 2.45, Nexus 2.12.0) to deploy a snapshot jar to my nexus in jenkins, result as below (suppose the jar name is userdao.jar)...
Eyebolt asked 14/5, 2017 at 4:56

3

Solved

We're using Artifactory 3.9.2 and had to merge parts of two repositories (by copying over the artifacts) which had the same (SNAPSHOT-versioned) artifact. This screwed up the maven-metadata.xml. In...
Jehiah asked 2/9, 2015 at 12:27

12

Solved

In Maven, dependencies are usually set up like this: <dependency> <groupId>wonderful-inc</groupId> <artifactId>dream-library</artifactId> <version>1.2.3</...
Maduro asked 27/8, 2008 at 16:17

3

I recognized that Maven not always uses the latest version of a plugin. For example org.codehaus.mojo:sonar-maven-plugin version 2.7 has beed released on 19th of October but on 23th of October, 2....
Engedi asked 27/10, 2015 at 15:3

1

Solved

I was doing some testing using Maven and realized that I can execute the findbugs goal of the Findbugs plugin without adding the plugin to the POM file. On the other hand, when I needed to run the ...
Fibrillation asked 23/10, 2016 at 17:18

4

Solved

What I want to do is to force Maven to download the 'maven-metadata.xml' for each artifact that I have in my local repository. The default Maven behaviour is to download only metadata from remote...
Seaddon asked 13/8, 2009 at 16:57

4

Solved

Given the following repository URL from my pom.xml how can I determine what the latest versions of spring and hibernate are available in the repository? http://repo1.maven.org/maven2
Muddlehead asked 3/9, 2009 at 15:17

0

For some reasons (not the concern of this post) amazon S3 is not a perfect host for maven repository. so i am building my maven application in a local machine and at some points in time (like every...
Wiggins asked 20/9, 2015 at 6:40

2

Solved

I’m using Maven 3.2. I have this dependency in my pom.xml file (a WAR project) <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <ve...
Dorran asked 24/10, 2014 at 20:35

2

Solved

I have an Ivy project that publishes its artifacts to a Nexus Maven repository. I then need other Maven projects to be able to use those jars as dependencies. I have been able to get Ivy to create ...
Blest asked 2/4, 2013 at 18:38

4

Solved

I am getting following error since today morning while doing maven build. There are no specific changes for yesterday and today. Can someone help me to resolve this? I tried clearing all local repo...
Congruity asked 29/9, 2012 at 10:31

1

Solved

i am using Apache Maven 3.0 Nexus Open Source Edition, Version: 1.8.0.1 this is part of my pom.xml <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.5<...
Peptide asked 2/2, 2011 at 19:16

1

Solved

I'm testing out migration to Maven 3.0.1 from 2.2.1. All phases run fine except for the deploy phase. When I first run with 2.2.1, everything runs fine. Then I make the switch to 3.0.1 and ru...
Gatto asked 7/1, 2011 at 16:43

1

Solved

I'm using Maven2 and I can't seem to find any plugins in my repository. I'm getting errors like repository metadata for: 'org.apache.maven.plugins' could not be found on repository: myrepo w...
Extant asked 21/7, 2009 at 9:22
1

© 2022 - 2024 — McMap. All rights reserved.