djencks commented on pull request #3878:
URL: https://github.com/apache/camel/pull/3878#issuecomment-636503256


   I'm also trying a local build after rebasing your work on top of mine.  By 
the way, you probably want to run `mvn clean install -DskipTests` as otherwise 
the build is apt to take hours and fail several times. (at least in my 
experience).
   There are severa pre-Antoral generation steps involved:
   - the java build of each component updates the .adoc file in that component 
source
   - the docs gulpfile build copies those files to docs/components
   - the docs gulpfile build also generates the nav file
   The gulpfile build is run by maven in the docs folder, so a full maven build 
should perform all the generation steps.  You can also just run the gulpfile 
build by running mvn in the docs folder or more directly with `yarn gulp`.  
Running the maven build in components will perform the first generation step on 
all components.


----------------------------------------------------------------
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