The dependency plugin provides the capability to manipulate artifacts.
I'm working on a project with dependency X. X, in turn, depends on Y. I used to explicitly include Y …
maven-2 maven dependency-management maven-dependency-pluginThis is a snippet of my pom file. .... <plugins> <plugin> <groupId>org.apache.maven.…
java maven build pom.xml maven-dependency-pluginI created a new simple Maven project in a new Workspace. When I open the pom.xml's Dependencies view in …
eclipse maven maven-plugin maven-dependency-pluginI am writing a project for acceptance testing and for various reasons this is dependent on another project which is …
maven maven-2 war maven-dependency-pluginI have configured all the dependencies in my pom.xml through maven. When i give the command mvn install I …
maven-2 maven dependencies maven-plugin maven-dependency-pluginI have Maven project with dependencies in repo and stuff. I want to "export" its sources with all dependencies so …
maven-2 maven-dependency-pluginI'm trying to have a Project B pull down (and unpack) a ZIP built by Project A and deployed to …
maven zip pom.xml maven-assembly-plugin maven-dependency-pluginWhen I build a multi module maven project(using mvn clean compile) where one dependency(part of the build reactor) …
maven m2eclipse maven-dependency-pluginI need to copy a resource file (menu.xml) from the root of a dependent jar file to the root …
java maven maven-dependency-pluginI have a large webapp which uses many Maven dependencies. They are included as JAR files, but I want to …
java eclipse maven maven-dependency-plugin