Search

Recent Posts

Authors

Archives

Blogroll

Subscribe

Posts Tagged ‘groovy’

Setting Maven Properties With Groovy

Posted by Timothy Myer on Tuesday, June 30th, 2009

This 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]