domhanak commented on code in PR #4538: URL: https://github.com/apache/incubator-kie-docs/pull/4538#discussion_r1955649590
########## doc-content/shared-kie-docs/src/main/asciidoc/Install/Building_from_source-section.adoc: ########## @@ -0,0 +1,34 @@ + += Building from source + +== Getting the sources + +The source code of each Maven artifact is available in the JBoss Maven repository as a source JAR. +The same source JARs are also included in the download zips. +However, if you want to build from source, it's highly recommended to get our sources from our source control. + +Drools and jBPM use http://git-scm.com/[Git] for source control. +The blessed git repositories are hosted on https://github.com[GitHub]: + +* https://github.com/kiegroup + +Git allows you to fork our code, independently make personal changes on it, yet still merge in our latest changes regularly and optionally share your changes with us. +To learn more about git, read the free book http://progit.org/book/[Git Pro]. + +== Building the sources + +In essence, building from source is very easy, for example if you want to build the [term]_guvnor_ + project: Review Comment: Some of the content might not be visible at all will check if we can remove this. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
