version « repository « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » repository » version 

1. Finding list of versions available in a Maven repository for a specific plugin?    stackoverflow.com

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

2. Maven check for updated dependencies in repository    stackoverflow.com

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository? Say, you are using dependency X with version 1.2. Now a ...

3. Finding the right version of the right JAR in a maven repository    stackoverflow.com

I'm converting a build that has 71 .jar files in its global lib/ directory to use Maven. Of course, these have been pulled from the web by lots of developers ...

4. Maven Repository With More Recent Versions?    stackoverflow.com

Is there a Maven repository with more recent versions of the jars that I need? The main repository is often behind a few minor releases... Also, how do I go about ...

5. What does M1 mean in a maven repository?    stackoverflow.com

I've been using maven for a while, and I often review repositories before selected what version I want to use. I don't entirely understand what the extensions mean. I know that ...

6. How to compare and update libraries in local Maven repository    stackoverflow.com

I'm looking for a way to compare then possibly update (i.e. get newer versions of) the libraries/plugins that are (a) used by a given business project of mine or (b) stored ...

7. Maven: how to use the latest version from dependencies (not from all repository)    stackoverflow.com

Suppose I have the following artifacts. I will omit groups for simplicity.

A:1.0
A:2.0
A:3.0
B:1.0 depends on A:1.0
C:1.0 depends on A:2.0
D:1.0 depends on B:1.0, C:1.0
I want D to use the latest version of A ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.