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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...