maven-dependency-plugin
maven-dependency-plugin copied to clipboard
Apache Maven Dependency Plugin
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-721](https://issues.apache.org/jira/browse/MDEP-721?redirect=false)** and commented MDEP-671 https://issues.apache.org/jira/browse/MDEP-644 --- **Affects:** 3.1.3 **Issue Links:** - [MDEP-671](https://issues.apache.org/jira/browse/MDEP-671) Unsupported verbose option still appears in docs - [MDEP-644](https://issues.apache.org/jira/browse/MDEP-644) Reintroduce the verbose option for...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-713](https://issues.apache.org/jira/browse/MDEP-713?redirect=false)** and commented I'm going to start this report here, though I kind of expect it slips into core and a lot of other components. Suppose...
**[John Lin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=johnlinp)** opened **[MDEP-646](https://issues.apache.org/jira/browse/MDEP-646?redirect=false)** and commented I have the following dependency in my `pom.xml`: ``` org.apache.cassandra cassandra-all 2.1.8 ``` Then a piece of code in my app: ``` import java.util.concurrent.ConcurrentHashMap;...
**[Jordan COUTON](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=menaren)** opened **[MDEP-616](https://issues.apache.org/jira/browse/MDEP-616?redirect=false)** and commented Hi, I would like to propose a patch in order to improve the dependency.purge-local-repository feature. Let's say there are 2 branches with the same...
**[Julius Schwartzenberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jschwartzenberg)** opened **[MDEP-608](https://issues.apache.org/jira/browse/MDEP-608?redirect=false)** and commented We have some executables in Nexus as build artifacts. The native plug-in generates those for instance. When we copy them to the target directory...
**[Paul Hammant](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paul)** opened **[MDEP-551](https://issues.apache.org/jira/browse/MDEP-551?redirect=false)** and commented For a multi-module build.. ``` mvn dependency:tree -DappendOutput=true -DoutputType=dot -DoutputFile=/path/to/file.dot ``` ... just appends multiple dot files together rather than composes a cohesive large...
**[Dirk Rudolph](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=diru)** opened **[MDEP-485](https://issues.apache.org/jira/browse/MDEP-485?redirect=false)** and commented When using classifiers to build environment specific artefacts, aggregating them to for example a single deployment unit (in my case its an rpm file,...
### Affected version 3.8.1 ### Bug description unpack and unpack dependencies goals supports marker files. When markerDirectory is configured in pom, it works as expected. Find below pom for reference:...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-931](https://issues.apache.org/jira/browse/MDEP-931?redirect=false)** and commented See https://github.com/apache/maven-dependency-plugin/pull/391/files AbstractSerializingVisitor uses a PrintWriter which swallows exceptions. It should use a regular Writer instead. This is exposed in the protected API...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-979](https://issues.apache.org/jira/browse/MDEP-979?redirect=false)** and commented The setUp methods here are a mess and do not follow JUnit conventions. Furthermore, subclasses do not always properly invoke super.setUp --- **Remote...