Use depot-maven-plugin to gen our records.

This commit is contained in:
Michael Bayne
2016-04-03 11:14:58 -07:00
parent e12acdaddc
commit 97ccb9ef06
+22
View File
@@ -105,6 +105,28 @@
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>com.samskivert</groupId>
<artifactId>depot-maven-plugin</artifactId>
<version>1.0.2</version>
<executions>
<execution>
<id>genrecord</id>
<phase>process-classes</phase>
<goals>
<goal>genrecord</goal>
</goals>
</execution>
<execution>
<id>gentestrecord</id>
<phase>process-test-classes</phase>
<goals>
<goal>gentestrecord</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>