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...