Setting Maven Properties With Groovy
Posted by Timothy Myer on Tuesday, June 30th, 2009This post demonstrates how to use a Groovy script to transform a Maven project property. Such a transformation is sometimes necessary, for example, for transforming a Windows-style path to Unix. For myself, I formalized this solution while trying to install a jar in PostgreSQL automatically during the artifact deployment phase.
[View Post]