jira-importer commented on issue #297: URL: https://github.com/apache/maven-install-plugin/issues/297#issuecomment-2771865584
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented This is by design of Maven. If you give a parameter an explicit value inside the plugins configuration, it cannot be overwritten. Instead you can do the following: ```xml <properties> <installAtEnd>true</installAtEnd> <!-- new default value --> </prroperties> ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
