zregvart commented on issue #1996:
URL: https://github.com/apache/camel-quarkus/issues/1996#issuecomment-723972233


   Hmm, I can't seem to reproduce this:
   
   ```shell
   $ git status
   On branch camel-master
   Your branch is up to date with 'origin/camel-master'.
   
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   pom.xml
   
   no changes added to commit (use "git add" and/or "git commit -a")
   $ git rev-parse HEAD                                    
   fb4a079a945078ba1d92bfc594cabecaeecf15a
   $ git diff
   diff --git a/docs/pom.xml b/docs/pom.xml
   index 66f18e00a..5e75ce877 100644
   --- a/docs/pom.xml
   +++ b/docs/pom.xml
   @@ -102,7 +102,6 @@
                                        
<commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js install 
--no-progress --force --non-interactive --frozen-lockfile</commandlineArgs>
                                    </configuration>
                                </execution>
   -                            <!-- TODO: Reinstate this - 
https://github.com/apache/camel-quarkus/issues/1996
                                <execution>
                                    <id>antora-xref-check</id>
                                    <goals>
   @@ -111,10 +110,9 @@
                                    <phase>verify</phase>
                                    <configuration>
                                        
<executable>${project.basedir}/node/node</executable>
   -                                    
<commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js 
&#45;&#45;non-interactive antora &#45;&#45;generator @antora/xref-validator 
antora-playbook.yml</commandlineArgs>
   +                                    
<commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js 
--non-interactive antora --generator @antora/xref-validator 
antora-playbook.yml</commandlineArgs>
                                    </configuration>
                                </execution>
   -                            -->
                            </executions>
                        </plugin>
                    </plugins>
   $ mvn verify
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] ------------< org.apache.camel.quarkus:camel-quarkus-docs 
>-------------
   [INFO] Building Camel Quarkus :: Documentation 1.4.0-SNAPSHOT
   [INFO] --------------------------------[ pom 
]---------------------------------
   [INFO] 
   [INFO] --- maven-enforcer-plugin:1.4.1:enforce 
(camel-quarkus-enforcer-rules) @ camel-quarkus-docs ---
   [INFO] 
   [INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (install node and 
yarn) @ camel-quarkus-docs ---
   [INFO] Node v10.14.2 is already installed.
   [INFO] Yarn 1.12.3 is already installed.
   [INFO] 
   [INFO] --- exec-maven-plugin:3.0.0:exec (yarn-install) @ camel-quarkus-docs 
---
   yarn install v1.12.3
   [1/4] Resolving packages...
   [2/4] Fetching packages...
   info fsevents@1.2.13: The platform "linux" is incompatible with this module.
   info "fsevents@1.2.13" is an optional dependency and failed compatibility 
check. Excluding it from installation.
   [3/4] Linking dependencies...
   [4/4] Rebuilding all packages...
   Done in 2.09s.
   [INFO] 
   [INFO] --- exec-maven-plugin:3.0.0:exec (antora-xref-check) @ 
camel-quarkus-docs ---
   yarn run v1.12.3
   $ /home/zregvart/tmp/camel-quarkus/docs/node_modules/.bin/antora --generator 
@antora/xref-validator antora-playbook.yml
   Done in 35.69s.
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  40.227 s
   [INFO] Finished at: 2020-11-09T13:02:15+01:00
   [INFO] 
------------------------------------------------------------------------
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to