dependency « artifact « 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 » artifact » dependency 

1. Maven - add dependency on artifact source    stackoverflow.com

I have two maven modules, one that ends up as a jar, and one war that depends on that jar. I want the jar module to package it's source code together ...

2. How to update maven local repository with newer artifacts from a remote repository?    stackoverflow.com

My maven module A has a dependency on another maven module B provided by other people. When I run "mvn install" under A for the first time, maven downloads B-1.0.jar from ...

3. how to get a dependency tree for an artifact?    stackoverflow.com

dependency:tree can be used to see the dependency tree for a given project. But what I need is to see the dependency tree for a 3rd party artifact. I guess I ...

4. how to make one module depends on another module artifact in maven multi-modules    stackoverflow.com

Hi I have maven multiple-module project.

 A: parent.
    B: child1.
    C: child2.
B will be packaged to get jar file and then c will use ...

5. How do I place my open source artifacts into a maven repository?    stackoverflow.com

I have recently published a first stable release for my open source library http://jooq.sourceforge.net. On popular demand, I would like to place my artifacts into a maven repository, but ...

6. maven-dependency-plugin, copy-dependencies: exclude some artifact ids and their dependencies    stackoverflow.com

I need to copy just one dependency and all its transitive dependencies to a specified folder. I know i can exclude artifacts with "excludeArtifactIds", but I also need to exclude the transitive ...

7. Why i always gets the [INFO] Unable to find resource in repository?    stackoverflow.com

greetings all I am using maven 2 in my spring project and when I try to build the project from the terminal using the commands (mvn clean-mvn install) it cannot download any dependency from ...

8. How to create a JarJar'd artifact with Maven, where use of artifact does not pull transitive dependencies?    stackoverflow.com

I currently have a Java testing library which is built with Maven, and distributed as a jar. My project depends on a very common library (Objectweb ASM), and I've experienced problems ...

9. Workaround to maven's "Failed to resolve artifact" in non-trivial dependencies    stackoverflow.com

When building an old project, sometimes I encounter the dreaded Failed to resolve artifact error. What I do then is search for the jar and pom of that specific artifact and use ...

10. Maven: Failed to read artifact descriptor    stackoverflow.com

I am hoping someone can help me with a problem I am struggling with. When I try to build my project from the terminal I get this error:

Failed to read artifact descriptor ...

11. How do I add an artifact to a local maven repository so that it will properly reference its own set of dependencies?    stackoverflow.com

I am developing an application that depends on a number of legacy JAR files and I want the project to build straight out of version control without other users having to ...

12. Maven "could not resolve dependencies" and "failed to read artifact descriptor" error    stackoverflow.com

I am using Maven2 eclipse plugin to download dependencies for my project. Although if I compare my repository folder with that of other members in my team using the same Maven ...

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.