Top "Maven-dependency-plugin" questions

The dependency plugin provides the capability to manipulate artifacts.

What is the group and artifact id of Spring boot loader?

I want to unpack and copy the spring boot loader component in my war file. I am using maven dependency …

spring maven maven-dependency-plugin spring-boot
Maven: unpack zip artifact to a SPECIFIC folder name

I am trying to download tomcat zip artifact and unpack it int a folder named tomcat. What i get is …

tomcat maven unpack maven-dependency-plugin
How to list the transitive dependencies of an artifact from a repository?

I was wondering: is there a way using the Maven Dependency plug-in (or something else on the command-line), to list …

maven maven-dependency-plugin
How to make maven use credentials when executing dependency plugin from command line

I have a private Maven repository. It's defined in pom.xml of the project <repository> <id>…

maven maven-dependency-plugin
Maven remove version from dependency jar

I'd like to know if there is a way to remove version number from maven dependency. Let's say for my …

maven maven-3 pom.xml maven-dependency-plugin
mvn dependency:tree fails on trivial project

I've got a pretty complex project (about 100 modules) on which I'd like to run mvn dependency:tree. It fails, complaining …

maven maven-dependency-plugin
download of a Maven artifact with dependencies from Nexus using the command line

I'm using the command below to download a maven jar from Nexus through the command line. call mvn org.apache.…

java maven nexus maven-dependency-plugin maven-jar-plugin
maven-dependency-plugin:unpack fails in Eclipse

I have a library of JavaScript in dependency globalmentor-core.jar, and I use maven-dependency in another project to transfer the …

eclipse maven m2eclipse maven-dependency-plugin