This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 21632776fffa38815f9c41396727384997e6b29e
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Apr 12 08:17:57 2020 +0200

    Removed docs xref checker as its broken and we are only doing patch 
releases on 2.x so the existing docs is sufficient
---
 docs/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index 369a7b8..016d7a6 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -80,18 +80,6 @@
                             
<commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js 
--non-interactive gulp</commandlineArgs>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>antora-xref-check</id>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                        <phase>verify</phase>
-                        <configuration>
-                            
<executable>${project.basedir}/node/node</executable>
-                            
<commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js 
--non-interactive antora --generator @antora/xref-validator 
site.yml</commandlineArgs>
-                            <skip>${fastinstall}</skip>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>

Reply via email to