Closed
Description
We need to build the codenvy docs using jekyll 3.3.1. The following are requirements:
-
Add jar resource to codenvy-docs build that is generated from che-docs build. I was able to successfully use my local maven repo after issuing the following command in the che-docs root directory
mvn clean package
. -
Create war file to use in tomcat server running in docker container. Can be used by codenvy/codenvy-server . Building requires jekyll version 3.3.1 .