You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/10 18:03:24 UTC

[GitHub] [camel] kgibm commented on pull request #7588: Update commercial-camel-offerings.adoc

kgibm commented on PR #7588:
URL: https://github.com/apache/camel/pull/7588#issuecomment-1122706962

   I'm not sure why the checkstyle job is failing. I cloned locally, built the documentation, and it looks fine. I also ran checkstyle from within the `docs` folder and it seems to work:
   
   ```
   $ mvnd -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress  -Dcheckstyle.failOnViolation=true checkstyle:checkstyle
   $ echo $?
   0
   $ cat checkstyle.log 
   mvnd native client 0.7.1-darwin-amd64 (97c587c11383a67b5bd0ff8388bd94c694b91c1e)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
   [INFO] BuildTimeEventSpy is registered.
   [INFO] Processing build on daemon 335017cf
   [INFO] Scanning for projects...
   [INFO] BuildTimeEventSpy is registered.
   [INFO] 
   [INFO] Using the SmartBuilder implementation with a thread count of 2
   [INFO] Task segments : [checkstyle:checkstyle]
   [INFO] Build maximum degree of concurrency is 2
   [INFO] Total number of projects is 1
   [INFO] 
   [INFO] -----------------------< org.apache.camel:docs >------------------------
   [INFO] Building Camel :: Docs 3.17.0-SNAPSHOT
   [INFO] --------------------------------[ pom ]---------------------------------
   [WARN] The artifact org.slf4j:slf4j-log4j12:jar:1.7.36 has been relocated to org.slf4j:slf4j-reload4j:jar:1.7.36
   [INFO] 
   [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle (default-cli) @ docs ---
   [INFO] Segment walltime 5 s, segment projects service time 5 s, effective/maximum degree of concurrency 1.00/2
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  5.275 s (Wall Clock)
   [INFO] Finished at: 2022-05-10T12:48:40-05: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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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