Questions tagged [maven-dependency-plugin]

The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

When using the Maven Dependency Plugin, it is recommended to keep in mind the Maven Dependency Mediation mechanism, what Maven coordinates are and how Maven dependencies are declared and handled.

More information

420 questions
0
votes
0 answers

Maven - How to get rid of the module version in the module name?

I have a pom for a couple of modules. When checking one of the files of this module: ./sources/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar ./compiled/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar the required result is the…
0
votes
0 answers

Alternative to maven codehaus

My maven project uses codehaus [ https://www.codehaus.org/termination/ ] repositories. But these services are terminated and they suggested to do something for the alternative ( Alternate artifacts or mirrors ). As I am new to maven i couldn't…
Amar Kalla
  • 11
  • 1
0
votes
1 answer
0
votes
1 answer

How do I unpack AAR dependency classes in Maven?

I use Maven and I need to process classes from another dependencies. Before processing the classes, maven-dependency-plugin is used to unpack those dependencies with the unpack-dependencies goal, so then I can process the classes in the target…
Lyubomyr Shaydariv
  • 20,327
  • 12
  • 64
  • 105
0
votes
0 answers

Which URL was used by usage of maven-dependency-plugin?

I am using the maven-dependency-plugin to specify some artifacts for download. I know from the artifact the Group ID, the Artifact ID and the Version. The plugin itself will find it “somewhere”. Example (shorten):
0
votes
0 answers

maven-dependency-plugin:generate-resources:unpack-dependencies - strip file's qualified name to absolute name

maven-dependency-plugin, phase : generate-resources goal : unpack-dependencies I want all resolved files with absolute name instead of qualified name. Any help please?
Arun
  • 2,360
  • 2
  • 17
  • 23
0
votes
2 answers

How to depend on this maven project

My projects consists of three sub-projects, and my parent pom looks like: com.bwort.core bwort pom 0.0.1-SNAPSHOT bwort
user697911
  • 10,043
  • 25
  • 95
  • 169
0
votes
1 answer

Java maven-dependency-plugin ClassNotFoundException at runtime

I am using TwelveMonkeys library (com.twelvemonkeys.imageio:imageio-tiff:3.1.1) in my project. Also, I am using Maven with maven-dependency-plugin to build my project and I am configuring it like this: