Skip to content

Latest commit

 

History

History
 
 

prj

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Coherence Documentation Module

Coherence Documentation Module

This is the module that builds the Coherence documentation. The module is not part of the default build and must be built separately.

Build the Docs

To build the docs, run the following Maven command from the top-level prj/ directory:

mvn clean install -DskipTests -P docs -pl docs

View the Docs

To view the documentation after building it, run the following command from the top-level prj/ directory:

mvn exec:exec -P docs -pl docs
Note
The installation requires you to install Python, which runs a small Pythin http server from the directory where the docs are built.