Search Results

3
votes

Preprocessing source code as a part of a maven build

This is something that is very doable and I've done something very similar in the past. An example from a project of mine, where I used the antrun plug-in to execute an external program to …