From cdb9aac745da7ff28ccb51081e4af11d1c0fe154 Mon Sep 17 00:00:00 2001 From: Tomaz Cerar Date: Thu, 9 Mar 2017 15:44:15 +0100 Subject: [PATCH] Generate html docs into base dir --- .gitignore | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 57f3f6c967..599dee9446 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ bin .gitkeep /helloworld-jsp README.html +SERVICES.html +CHANGES.html CONTRIBUTING.html RELEASE_PROCEDURE.html .errai diff --git a/pom.xml b/pom.xml index 7798d3742c..058d4c78ca 100644 --- a/pom.xml +++ b/pom.xml @@ -718,6 +718,7 @@ ${project.build.directory}/docs + ${project.basedir} ${project.name} UTF-8 ${root.dir}/dist/header.html