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: ...@@ -37,8 +37,16 @@ A minimal configuration to invoke this plugin would be:
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>thrift-sources</id>
<phase>generate-sources</phase>
<goals> <goals>
<goal>compile</goal> <goal>compile</goal>
</goals>
</execution>
<execution>
<id>thrift-test-sources</id>
<phase>generate-test-sources</phase>
<goals>
<goal>testCompile</goal> <goal>testCompile</goal>
</goals> </goals>
</execution> </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