jira-importer commented on issue #444: URL: https://github.com/apache/maven-invoker-plugin/issues/444#issuecomment-2957790918
**[Abel Salgado Romero](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=abel%20s.romero)** commented mavenOpts explanation is correct but can lead to confusion because no alternative to pass environment variables is shown. Adding additional explanation and example to goals should be enough. Current text says: `# A comma or space separated list of goals/phases to execute, may` `# specify an empty list to execute the default goal of the IT project` `invoker.goals = clean install` This is the proposed alternative: `# A comma or space separated list of goals/phases to execute, may` `# specify an empty list to execute the default goal of the IT project.` `# Environment variables used by maven plugins can be added here` `invoker.goals = clean install -Dplugin.variable=value` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org