-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs maven build #3510
Comments
related to codenvy/codenvy#1376 |
@skabashnyuk @vkuznyetsov @riuvshin I have updated to pom.xml to generate a jar file(target/che-docs-5.0.0-SNAPSHOT-sources.jar) with source files needed by codenvy. We need to get this file into maven repo so we can use it in building codenvy as a dependency/resource. I do not know how this is done. I guess it is a CI step. Once you let me know if the jar is uploaded to repo via CI I can close this issue. If it needs to be done in the pom.xml, we will need to make this change before closing the issue. https://github.com/codenvy/che-docs/blob/master/pom.xml#L61-L73 |
@JamesDrummond can you elaborate why you did this #3510 (comment) and what is the scope of this issue? |
@skabashnyuk Please see issue I just created for codenvy-docs codenvy/docs#11 . I wanted to wait until we got che-docs build working before creating the codenvy-docs issue. I think I got us about 90% there for both codenvy and che. Make sure you have jekyll 3.3.1 and run the following to generate all files needed:
|
@skabashnyuk I installed jekyll 3.3.1 using java stack(eclipse/ubuntu_jdk8) in codenvy nightly with the following steps: git clone https://github.com/codenvy/che-docs.git |
This now works. |
We need to build the che docs using jekyll 3.3.1. The following are requirements:
I created a branch that can be worked from. It is an optional starting point only. Requirements are listed above.
https://github.com/codenvy/che-docs/tree/build-pom
The text was updated successfully, but these errors were encountered: