maven-help-plugin
maven-help-plugin copied to clipboard
Apache Maven Help Plugin
**[Matt smith](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=harmelodic)** opened **[MPH-182](https://issues.apache.org/jira/browse/MPH-182?redirect=false)** and commented Steps to reproduce: 1. Create a Java project with Maven. 2. Set a new property called `java.version` and set the value to a different...
**[Guillaume Nodet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gnt)** opened **[MPH-209](https://issues.apache.org/jira/browse/MPH-209?redirect=false)** and commented The Maven 4 api objects are not rendered correctly: Output for `mvn help:evaluate -Dexpression=project.build.delegate.resources` ```xml 40 7 org.apache.maven:maven-model-builder:4.0.0-4.0.0-alpha-8-SNAPSHOT:super-pom jar:file:/Users/gnodet/.sdkman/candidates/maven/1.0-m8-m40-mvnd/mvn/lib/maven-model-builder-4.0.0-alpha-8-SNAPSHOT.jar!/org/apache/maven/model/pom-4.0.0.xml excludes mergeId targetPath includes directory ...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MPH-205](https://issues.apache.org/jira/browse/MPH-205?redirect=false)** and commented When i needed a settings.xml file in the past I would copy the code from https://maven.apache.org/settings.html https://maven.apache.org/ref/4.0.0-alpha-5/maven-settings/settings.html and replace the self-closing tag of whichever section...
**[Or Shachar](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=orshachar)** opened **[MPH-168](https://issues.apache.org/jira/browse/MPH-168?redirect=false)** and commented I need to get effective pom of all modules in my multi-module project. Today this requires me to discover all modules manually and run...
**[Ondrej Zizka](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER297654)** opened **[MPH-191](https://issues.apache.org/jira/browse/MPH-191?redirect=false)** and commented When running help:evaluate: ``` com.thoughtworks.xstream.converters.reflection.ReflectionConverter[ERROR] message[2] : Unable to make field private transient java.util.Hashtable$Entry[] java.util.Hashtable.table accessible: module java.base does not "opens java.util" to unnamed...
**[Garret Wilson](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=garretwilson)** opened **[MPH-192](https://issues.apache.org/jira/browse/MPH-192?redirect=false)** and commented It is typical and even expected for Maven plugins to have a `` option, so that we can provide (via properties, profiles, etc.) a...