This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8c76e2332a14c63bfe39d3b30cb7cbf82054f770 Author: Peter Palaga <[email protected]> AuthorDate: Tue Jul 14 17:17:57 2020 +0200 Fixup JSON Validator --- extensions/json-validator/runtime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/json-validator/runtime/pom.xml b/extensions/json-validator/runtime/pom.xml index 66624c1..a7b3153 100644 --- a/extensions/json-validator/runtime/pom.xml +++ b/extensions/json-validator/runtime/pom.xml @@ -66,7 +66,7 @@ <execution> <id>update-extension-doc-page</id> <goals><goal>update-extension-doc-page</goal></goals> - <phase>process-resources</phase> + <phase>process-classes</phase> </execution> </executions> </plugin>
