Top "Maven-dependency-plugin" questions

The dependency plugin provides the capability to manipulate artifacts.

Force re-download of release dependency using Maven

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-plugin
What is pluginManagement in Maven's pom.xml?

This is a snippet of my pom file. .... <plugins> <plugin> <groupId>org.apache.maven.…

java maven build pom.xml maven-dependency-plugin
Eclipse : Maven search dependencies doesn't work

I 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-plugin
Maven WAR dependency

I 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-plugin
Resolve maven plugin issue: ' Unable to load mojo'

I 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-plugin
Maven: how to export project with sources and dependencies

I have Maven project with dependencies in repo and stuff. I want to "export" its sources with all dependencies so …

maven-2 maven-dependency-plugin
Maven - Depend on assembled zip

I'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-plugin
Artifact has not been packaged yet - maven-dependency-plugin

When I build a multi module maven project(using mvn clean compile) where one dependency(part of the build reactor) …

maven m2eclipse maven-dependency-plugin
maven: copy resource from dependent jar to target folder

I need to copy a resource file (menu.xml) from the root of a dependent jar file to the root …

java maven maven-dependency-plugin
Unpack files from jar if jar is used, copy then extracted files to a directory

I 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