diff options
-rw-r--r-- | multivimbroker/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 0aa08d8..9fc79c4 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -125,7 +125,7 @@ <executions> <execution> <id>copy-resources</id> - <phase>validate</phase> + <phase>install</phase> <goals> <goal>copy-resources</goal> </goals> |