diff --git a/libraries/website/src/main/templates/developers.md b/libraries/website/src/main/templates/developers.md new file mode 100644 index 00000000000..50447212c8d --- /dev/null +++ b/libraries/website/src/main/templates/developers.md @@ -0,0 +1,23 @@ +# Developer Notes + +## Regenerating the website + +To rebuild and generate the API docs, from a local checkout + + cd libraries + mvn install + +Now to be able to update the website you will need to add this to your **~/.m2/settings.xml** + +````xml + + github-project-site + git + +```` + +Now you can deploy the website via: + + cd website + mvn site:deploy +