Re: Modifying $project properties with maven-scripting-plugin?

Greg Chabala <[email protected]> Wed, 7 Jan 2026 20:23:03 -0600
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CACSq72BF6hwrsq+e+g6LZE9QCYTeCcP=XwobFtuedC6Crn5Tbw@mail.gmail.com>
Not sure if it's possible from the scripting plugin, but I've definitely
run a bit of Java code with the exec-maven-plugin and used the injected
projectPropertiesUpdater callback to adjust project properties:
https://www.mojohaus.org/exec-maven-plugin/java-mojo.html

Greg Chabala