Skip to content

Commit

Permalink
Generate html docs into base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Mar 9, 2017
1 parent f54ce35 commit cdb9aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ bin
.gitkeep
/helloworld-jsp
README.html
SERVICES.html
CHANGES.html
CONTRIBUTING.html
RELEASE_PROCEDURE.html
.errai
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@
</executions>
<configuration>
<inputDirectory>${project.build.directory}/docs</inputDirectory>
<outputDirectory>${project.basedir}</outputDirectory>
<defaultTitle>${project.name}</defaultTitle>
<inputEncoding>UTF-8</inputEncoding>
<headerHtmlFile>${root.dir}/dist/header.html</headerHtmlFile>
Expand Down

0 comments on commit cdb9aac

Please sign in to comment.