Commit e741557a authored by Andy Wilkinson's avatar Andy Wilkinson

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