I\'m experimenting with Protocol Buffers in an existing, fairly vanilla Maven 2 project. Currently, I invoke a shell script every time I need to update my generated sources. Thi
I think that using antrun to invoke non-Maven steps is the generally accepted solution.
antrun
You could also try the maven-exec-plugin.