Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.11 KB

build_documentation.adoc

File metadata and controls

23 lines (12 loc) · 1.11 KB

How to build JBoss Tools 4.x documentation

Warning
This document is old and needs to be updated.

Build everything

You can now build the whole suite of docs available here from the Jenkins job here.

To build locally, clone this project into the same place you have all of the jbosstools-* github repos checked out.

git clone https://github.com/jbosstools/jbosstools-documentation.git
cd jbosstools-documentation/jboss-tools-docs; mvn -s settings.xml -f pom.xml clean assembly:assembly

Build a single component’s documentation

After cloning the above project, you can selectively build a single component’s doc by commenting out the modules you don’t want to build in this pom, then rerunning the step above.

In future we may find a way to run individual doc builds w/o the need for all-guides.xml and the additional Maven <build> plugin configuration.