maven-dependency-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 JavaScript to a web directory:[详细]
2023-02-08 19:11 分类:问答How to tell maven-dependency-plugin that the artifact is used in the project?
This is a structure of my multi-module project: /root /api dependencies: slf4j /foo dependencies: slf4j-log4j12, log4j[详细]
2023-02-08 18:44 分类:问答maven-dependency-plugin, copy-dependencies: exclude some artifact ids and their dependencies
I need to copy just one dependency and all its transitive dependencies to a开发者_高级运维 specified folder.[详细]
2023-02-07 22:37 分类:问答Sorting (topological) maven dependencies
We have a number of SNAPSHOT artifacts that we need to release more or less all at once.We were looking for a plug-in that would do the sort and then list 开发者_运维技巧the dependencies (dependency:l[详细]
2023-02-04 13:02 分类:问答mvn dependency:copy-dependencies removes the versions
I\'m using \"mvn dependency:copy-dependencies\" to get all sources of the dependencies my project uses.[详细]
2023-02-01 19:25 分类:问答maven-dependency-plugin:copy tries to copy classes
I have parent pom and two module poms. In first module I want to copy second module (jar) to some folder. When I compiling project from first module pom - it works, but when I\'m trying to compile fro[详细]
2023-02-01 05:14 分类:问答destFileName not used by maven-dependency-plugin?
I\'m sure this was working! I have a maven dependency plugin config to put a java service wrapper into a particular folder in an appassembler target folder.[详细]
2023-01-14 10:21 分类:问答How to get access to Maven's dependency hierarchy within a plugin
In my plugin I need to process the dependency hierarchy a开发者_StackOverflownd get information (groupId, artifactId, version etc) about each dependency and if it was excluded. What is the best way to[详细]
2022-12-13 23:55 分类:问答Maven WAR dependency
I am writing a project for acceptance testing and for various reasons this is dependent on another proj开发者_运维百科ect which is packaged as a WAR. I have managed to unpack the WAR using the maven-d[详细]
2022-12-12 05:17 分类:问答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 that I can successfully open it in IDE without Maven running on a mac[详细]
2022-12-11 13:16 分类:问答