Details
Description
Maven is lacking scripting to set up properties. It would be good if the groovy 'execute' goal could manipulate project properties (meaning, set them back in the project object).
Right now, the 'project' object in the execution context of the groovy code is a clone of the actual project.
To overcome this, simplest is to just add 'mavenProject' to the context which references the real project.
Thanks for fixing this.
Also, It would be good to have 'session'.