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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user