maven-dependency-plugin
maven-dependency-plugin copied to clipboard
Apache Maven Dependency Plugin
**[Matthias Bünger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302100)** opened **[MDEP-910](https://issues.apache.org/jira/browse/MDEP-910?redirect=false)** and commented I was asking this on the dev-list last week, but as nobody could answer it (or at least nobody did answer) I got the...
**[Filip Hrisafov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=filiphr)** opened **[MDEP-907](https://issues.apache.org/jira/browse/MDEP-907?redirect=false)** and commented I am creating this bug in the Maven Compiler Plugin. However, I am not sure whether this is the right place. I appologize in...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-906](https://issues.apache.org/jira/browse/MDEP-906?redirect=false)** and commented PrintWriter swallows exceptions. This is unfortunately an API breaking change, but it's an important one,. --- No further details from [MDEP-906](https://issues.apache.org/jira/browse/MDEP-906?redirect=false)
**[Oliver Libutzki](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oliverl)** opened **[MDEP-901](https://issues.apache.org/jira/browse/MDEP-901?redirect=false)** and commented In contrast to _AbstractDependencyFilterMojo_ the _UnpackMojo_ does not support configuring the markersDirectory via Property. Especially for cli commands (without a pom.xml) it would be...
**[Arnout Engelen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER291537)** opened **[MDEP-892](https://issues.apache.org/jira/browse/MDEP-892?redirect=false)** and commented When a project shares a parent pom with a dependency, and overrides a property of that parent pom, this is not picked up by...
**[Dilara Seyma Akbas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER301058)** opened **[MDEP-880](https://issues.apache.org/jira/browse/MDEP-880?redirect=false)** and commented There are so many requests on the websites for excluding dependencies from parent pom. This will improve developer experience. https://stackoverflow.com/questions/2681759/is-there-anyway-to-exclude-artifacts-inherited-from-a-parent-pom --- No further...
**[Baptiste MATHUS](https://issues.apache.org/jira/secure/[email protected])** opened **[MDEP-196](https://issues.apache.org/jira/browse/MDEP-196?redirect=false)** and commented (The "list" component seems to be missing. That's why I only selected the "tree" one). I think dependency:tree and dependency:list should at least try...
**[Alex Collins](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alexecollins)** opened **[MDEP-621](https://issues.apache.org/jira/browse/MDEP-621?redirect=false)** and commented The analyze goal works well in some scenarios, but time and time again I come across a large project (100s modules and 1000s dependenencies)...
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MDEP-770](https://issues.apache.org/jira/browse/MDEP-770?redirect=false)** and commented Those test: ```java src/it/projects/get-artifact src/it/projects/get-artifact-maven-plugin src/it/projects/get-artifact-no-transitive src/it/projects/get-gav src/it/projects/analyze-testDependencyWithNonTestScope ``` operate on the same tests artifacts. During test prepare artifacts are deleted from local repository...
[MDEP-695] Improve mvn dependency:tree - add option to generate mermaidjs flowchart diagram format
**[Emanuel Ciuca](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eciuca)** opened **[MDEP-695](https://issues.apache.org/jira/browse/MDEP-695?redirect=false)** and commented While trying to generate some diagrams for maven module dependencies I found mermaidjs flowchart diagrams to be most suitable for large graphs. (see [https://mermaid-js.github.io/mermaid/#/flowchart](https://mermaid-js.github.io/mermaid/#/flowchart)))...