How do I call a ruby script as part of the Maven build process?
问题 edit 2: I found the problem. The quick answer is that the lack of an <id> for my newly configured execution was causing the problem. I'll leave the question here in case it helps someone else. I have a ruby script which generates some of my jUnit source files. I am trying to use the exec-maven-plugin to call this ruby script during the generate-sources phase of the default lifecycle. Here's what I've added to my POM to achieve this: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId