maven-dependency-plugin icon indicating copy to clipboard operation
maven-dependency-plugin copied to clipboard

Apache Maven Dependency Plugin

Results 137 maven-dependency-plugin issues
Sort by recently updated
recently updated
newest added

**[Gerd Aschemann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ascheman)** opened **[MDEP-900](https://issues.apache.org/jira/browse/MDEP-900?redirect=false)** and commented When executing `mvn dependency:resolve` on a multi-module project it fails to retrieve artifacts for the modules themselves (which is not necessary as these can...

bug
priority:critical

**[Frank Reyes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER307292)** opened **[MDEP-962](https://issues.apache.org/jira/browse/MDEP-962?redirect=false)** and commented I noticed that when using -Dverbose=true it did include all packages in the output, but did not contain information on whether it was included...

bug
priority:minor

**[Bogdan Drutu](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bogdandrutu)** opened **[MDEP-852](https://issues.apache.org/jira/browse/MDEP-852?redirect=false)** and commented Maven has a missing feature in not supporting "runtime-test" scope, which is a good candidate for junit5 engine artifact `org.junit.jupiter:junit-jupiter-engine`. Because I don't want...

enhancement
priority:major

**[Seva Popov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sevapopov)** opened **[MDEP-927](https://issues.apache.org/jira/browse/MDEP-927?redirect=false)** and commented The dependency:tree excludes parameter does not work in any plugin version available for download. Ex.: mvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:tree -s ~/.m2/settings.xml -Dexcludes=javax:javaee-api:jar:8.0.1  | grep javax.javaee [INFO]...

bug
priority:major

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-959](https://issues.apache.org/jira/browse/MDEP-959?redirect=false)** and commented Error: TestUnpackMojo.testUnpackOverWriteIfNewer:515 unpackedFile '/Users/runner/work/maven-dependency-plugin/maven-dependency-plugin/target/unit-tests/unpack/outputDirectory/testGroupId-snapshot-2.0-SNAPSHOT-null-jar.txt' lastModified() == 1728921104000: should be different. Actual: 1728921104000 Failed here: https://github.com/apache/maven-dependency-plugin/actions/runs/11330326987/job/31508264337?pr=433 --- No further details from [MDEP-959](https://issues.apache.org/jira/browse/MDEP-959?redirect=false)

priority:minor

**[Andy Lehane](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alehane)** opened **[MDEP-650](https://issues.apache.org/jira/browse/MDEP-650?redirect=false)** and commented This call is a reopened version of MDEP-50.   I have a maven-dependency-plugin configuration of: ```java org.apache.maven.plugins maven-dependency-plugin unpack commons-lang example process-resources unpack commons-lang commons-lang...

bug
priority:minor

**[Arne Degenring](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=arned)** opened **[MDEP-82](https://issues.apache.org/jira/browse/MDEP-82?redirect=false)** and commented The attached pom.xml is a very simple JAR project, without any direct dependencies or plugin dependencies. Start with an empty local repository, and run...

bug
priority:major

**[Paul Gier](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pgier)** opened **[MDEP-167](https://issues.apache.org/jira/browse/MDEP-167?redirect=false)** and commented There should be a way to show parent poms in the dependency tree. The parent poms of the current project and the dependency projects...

enhancement
priority:major

**[HerrDerb](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=herrderb)** opened **[MDEP-600](https://issues.apache.org/jira/browse/MDEP-600?redirect=false)** and commented Instead of ```java                com.company.group         projectA                       com.company.group         projectB                       com.company.group         projectB                       com.company.group         projectB          ``` I would like to be able to define ```java                com.company.group         ``` with the...

enhancement
priority:minor

**[Romain Manni-Bucau](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau)** opened **[MDEP-845](https://issues.apache.org/jira/browse/MDEP-845?redirect=false)** and commented --- **Affects:** 3.5.0 **Remote Links:** - [GitHub Pull Request #294 ](https://github.com/apache/maven-dependency-plugin/pull/294)

enhancement
priority:major