Generate springcli.properties before resources are copied

Generate springcli.properties in generate-resources so that it can
be copied by the resources plugin in the process-resources phase.
This commit is contained in:
Andy Wilkinson
2013-11-04 11:02:01 +00:00
parent f6e6831f25
commit e741557a38

View File

@@ -188,7 +188,7 @@
<executions>
<execution>
<id>generate-cli-properties</id>
<phase>compile</phase>
<phase>generate-resources</phase>
<configuration>
<target>
<typedef resource="foundrylogic/vpp/typedef.properties" />