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

**[Yegor Bugayenko](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=yegor256)** opened **[MDEP-772](https://issues.apache.org/jira/browse/MDEP-772?redirect=false)** and commented Would be great to have an new option 'failOnDuplicates'. If it's set to TRUE and the files we are trying to create already exist,...

enhancement
priority:major

**[Hans Aikema](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aikebah)** opened **[MDEP-973](https://issues.apache.org/jira/browse/MDEP-973?redirect=false)** and commented Currently the analyze-report goals makes the build fail when there is a usedDependency defined for a dependency that in past was only used at...

enhancement
priority:minor

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-964](https://issues.apache.org/jira/browse/MDEP-964?redirect=false)** and commented found this one in our own code: - \ - org.glassfish - javax.json - 1.1.4 - test - \ It's typically loaded by...

enhancement
priority:minor

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-715](https://issues.apache.org/jira/browse/MDEP-715?redirect=false)** and commented This is something I've seen when analyzing several Maven plugins. For example, maven-shared-utils circa July 20, 2020:   [WARNING] Used undeclared dependencies found: [WARNING]...

bug
priority:major

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MDEP-971](https://issues.apache.org/jira/browse/MDEP-971?redirect=false)** and commented Looks like it no longer does anything --- No further details from [MDEP-971](https://issues.apache.org/jira/browse/MDEP-971?redirect=false)

enhancement
priority:minor

**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** opened **[MDEP-970](https://issues.apache.org/jira/browse/MDEP-970?redirect=false)** and commented Apache Maven 3.9.9 dependency:3.8.1 ``` org.jetbrains annotations 23.1.0 foo bar ``` This is not reported - neither in dependencies nor in dependencyManagement --- **Attachments:**...

bug
priority:major

**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** opened **[MDEP-968](https://issues.apache.org/jira/browse/MDEP-968?redirect=false)** and commented ``` Execution analyze-exclusions of goal org.apache.maven.plugins:maven-dependency-plugin:3.8.1:analyze-exclusions failed: Cannot invoke "org.apache.maven.model.DependencyManagement.getDependencies()" because the return value of "org.apache.maven.project.MavenProject.getDependencyManagement()" is null ``` --- No further details from...

bug
priority:major

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MDEP-969](https://issues.apache.org/jira/browse/MDEP-969?redirect=false)** and commented We should direct use resolver api in dependency:tree instead of external library --- No further details from [MDEP-969](https://issues.apache.org/jira/browse/MDEP-969?redirect=false)

enhancement
priority:major

**[Calvin Kirs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kirs)** opened **[MDEP-950](https://issues.apache.org/jira/browse/MDEP-950?redirect=false)** and commented I've been using the Maven dependency plugin to package my binary application, but ensuring it includes only the compile-phase dependencies has been a challenge....

enhancement
priority:minor