maven-dependency-plugin
maven-dependency-plugin copied to clipboard
Apache Maven Dependency Plugin
**[Kamalpreet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER288713)** opened **[MDEP-812](https://issues.apache.org/jira/browse/MDEP-812?redirect=false)** and commented My profile :- ```java test maven-dependency-plugin 3.3.0 getClasspathFilenames properties org.codehaus.mojo exec-maven-plugin 3.1.0 java test java -javaagent:${groupId:artifactId:jar} -classpath sampleTest ``` When running command ```java mvn exec:exec...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MDEP-886](https://issues.apache.org/jira/browse/MDEP-886?redirect=false)** and commented These properties need a user property, especially in the **analyze** goal which is intended to be used standalone. --- **Affects:** 3.6.0
**[Daniel Cruver](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ddcruver)** opened **[MDEP-884](https://issues.apache.org/jira/browse/MDEP-884?redirect=false)** and commented When optional dependencies can not be found it fails to execution of the goal. Our project ran into the case were an optional transitive...
**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** opened **[MDEP-757](https://issues.apache.org/jira/browse/MDEP-757?redirect=false)** and commented Starting with 3.2.0, I see this problem in one of my project modules: ``` [INFO] --- maven-dependency-plugin:3.2.0:analyze-only (basepom.default) @ foundation --- [WARNING] Non-test scoped...
**[Ernst Reissner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ernstreissner)** opened **[MDEP-877](https://issues.apache.org/jira/browse/MDEP-877?redirect=false)** and commented in my jar i have files - .latexmkrc and - raw/.latexmkrc I want to extract only .latexmkrc So I configure: ``` eu.simuline.m2latex latex-maven-plugin ${versionLatexPlugin}...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MDEP-881](https://issues.apache.org/jira/browse/MDEP-881?redirect=false)** and commented Before releasing a BOM type artefact, e.g. in https://reflectoring.io/maven-bom/ I'd like to confirm that the artefacts I've specified are actually available. Currently there's no way...
**[Karsten Spang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kspang_impala_76b0)** opened **[MDEP-879](https://issues.apache.org/jira/browse/MDEP-879?redirect=false)** and commented I would like to have a report goal that does not trigger test-compile. I have several projects using generated sources. Since the sources are...
**[Christoph Läubrich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laeubi)** opened **[MDEP-839](https://issues.apache.org/jira/browse/MDEP-839?redirect=false)** and commented There is a parameter to redirect the output to a file: https://maven.apache.org/plugins/maven-dependency-plugin/list-mojo.html#outputFile This currently has some issues I would not expect when redirecting such...
This PR allows providing arbitrary dependencies to project properties through the plugin’s declared dependencies. My main use case for this feature is the ability to patch a Java module with...
### Affected version 3.9.0 ### Bug description the `analyze-only` goal is not described on https://maven.apache.org/plugins/maven-dependency-plugin/usage.html Only `analyze` is and it's mentions the missing `analyze-only`