Category Archives: Groovy

Compile .less files to .css in maven (again using GMaven)

I have recently come across LessCSS, a CSS meta-language that introduces code re-usability. I have been looking for a solution like this for some years now, as I hate having to write the same stuff over and over again. So … Continue reading

Posted in CSS, Groovy, JavaScript, Maven | 10 Comments

Deploy a folder hierarchy to a maven repository

Again, prompted by a Stackoverflow question, here is a means to deploy an entire directory including subdirectories to a maven repository. I am using GMaven (groovy scripts embedded in maven), a great way to script and interact with maven without … Continue reading

Posted in Groovy, Maven | 1 Comment