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-967](https://issues.apache.org/jira/browse/MDEP-967?redirect=false)** and commented this.getLog().info("Configured Artifact: " + artifactItem.toString()); should be debug at most --- **Remote Links:** - [GitHub Pull Request #529 ](https://github.com/apache/maven-dependency-plugin/pull/529)
### Affected version 3.8.1 ### Bug description Hello, thank you for enabling issues at Github, that makes it much easier to report them! Thank you also for maintainig this plugin!...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** opened **[MDEP-976](https://issues.apache.org/jira/browse/MDEP-976?redirect=false)** and commented The copy-dependencies Mojo incorrectly assumes that a dependency's artifactId is globally unique. If a project depends on two different groupIds that happen to have the...
**[Matthias Bünger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302100)** opened **[MDEP-981](https://issues.apache.org/jira/browse/MDEP-981?redirect=false)** and commented Build is broken on Maven 4 due duplicate dependency delcaration ``` PS D:\Github\Maven\maven-dependency-plugin> mvn clean -V Apache Maven 4.0.0-rc-3 (3952d00ce65df6753b63a51e86b1f626c55a8df2) Maven home: C:\apache-maven-4.0.0-rc-3 Java...
**[Peter Rader](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=grim)** opened **[MDEP-978](https://issues.apache.org/jira/browse/MDEP-978?redirect=false)** and commented Running the maven goal unpack-dependencies throws a long-overflow for a artifact. Maven 3.9.0 works but 4.0.0 does not. > Stacktrace: > > [INFO] de.e_nexus.web.rm.war...
**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** opened **[MDEP-977](https://issues.apache.org/jira/browse/MDEP-977?redirect=false)** and commented PostgreSQLContainer extends GenericContainer which is a FailureDetectingExernalResource which then implements org.junit.rules.TestRule. I think the case when you use Testcontainers in your main sources, while...
**[Paul Hammant](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paul)** opened **[MDEP-975](https://issues.apache.org/jira/browse/MDEP-975?redirect=false)** and commented https://maven.apache.org/components/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeTransitive - suggests false is default. Command line use ( I have a project that has okhttp as test dep): ``` mvn -q dependency:copy-dependencies...
**[Charles Oliver Nutter](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=headius)** opened **[MDEP-974](https://issues.apache.org/jira/browse/MDEP-974?redirect=false)** and commented In 2017, the output of dependency:list was modified to use color to offset the " -- module ..." portion of the resolved resource,...
**[Kow Unk](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=knunkler)** opened **[MDEP-435](https://issues.apache.org/jira/browse/MDEP-435?redirect=false)** and commented The output of mvn dependency:tree would be more useful to me if it was in a format that is machine readable. I would like...
[MDEP-678] Clarify which archive formats are supported for goals "unpack" and "unpackDependencies"
**[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** opened **[MDEP-678](https://issues.apache.org/jira/browse/MDEP-678?redirect=false)** and commented The site at https://maven.apache.org/plugins/maven-dependency-plugin currently doesn't state which archive formats are supported for goals "unpack" and "unpackDependencies". IIUC it should be all the formats...