Commit 80c42418 authored by David Trott's avatar David Trott

GH#10: Fixed issue with goals being incorrectly defined in README file.

parent 3f54112b
......@@ -37,8 +37,16 @@ A minimal configuration to invoke this plugin would be:
</configuration>
<executions>
<execution>
<id>thrift-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>thrift-test-sources</id>
<phase>generate-test-sources</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment