This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1d5ded58bd58f44056c00a947e3044507764c705 Author: David Jencks <[email protected]> AuthorDate: Thu Oct 21 10:17:36 2021 -0700 disable partial website build on this branch, it is impractical to get it to work --- docs/pom.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 9c7cfda..79cae84 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -110,16 +110,17 @@ <arguments>install --immutable</arguments> </configuration> </execution> - <execution> - <id>antora-xref-check</id> - <goals> - <goal>yarn</goal> - </goals> - <phase>verify</phase> - <configuration> - <arguments>run antora --fetch antora-playbook.yml --stacktrace</arguments> - </configuration> - </execution> +<!-- It is impractical to get this partial build to work --> +<!-- <execution>--> +<!-- <id>antora-xref-check</id>--> +<!-- <goals>--> +<!-- <goal>yarn</goal>--> +<!-- </goals>--> +<!-- <phase>verify</phase>--> +<!-- <configuration>--> +<!-- <arguments>run antora --fetch antora-playbook.yml --stacktrace</arguments>--> +<!-- </configuration>--> +<!-- </execution>--> </executions> </plugin> </plugins>
