From 41d4768810dbdd023043da40560c05c9f51436b2 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Sun, 18 Jun 2017 15:32:05 +0200 Subject: [PATCH] fixed #69 - tar.gz - Documentation files in html format --- CHANGELOG.md | 3 +- documentation/pom.xml | 65 ++++++++++++++++++++++++ pom.xml | 2 +- webapp/src/main/resources/descriptor.xml | 15 ++++-- 4 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 documentation/pom.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 84968e4d..26721dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ none none ### Task -none +- [#68 - tar.gz - Changelog and readme files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/68) +- [#69 - tar.gz - Documentation files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/69) Contrast-Finder 0.5.1, 2017-06-14 diff --git a/documentation/pom.xml b/documentation/pom.xml new file mode 100644 index 00000000..5555b62b --- /dev/null +++ b/documentation/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + org.asqatasun + contrast-finder + 0.5.2-dev + + documentation + 0.5.2-dev + jar + + contrast-finder-documentation + https://contrast-finder.org + + Asqatasun.org + http://asqatasun.org + + + + GNU Affero General Public License v3.0 + https://www.gnu.org/licenses/agpl-3.0.txt + manual + + + + + + com.ruleoftech + markdown-page-generator-plugin + 1.0.0 + + + + + + com.ruleoftech + markdown-page-generator-plugin + 1.0.0 + + + process-sources + + generate + + + + + ${project.basedir}/en/ + ${project.build.directory}/doc_html/ + UTF-8 + UTF-8 + images/logo_contrast-finder/ + images/screenshot/ + true + true + TABLES,FENCED_CODE_BLOCKS,AUTOLINKS, ANCHORLINKS + + ${project.basedir}/../engine/resources/src/main/resources/markdown/html/header.html + ${project.basedir}/../engine/resources/src/main/resources/markdown/html/footer.html + + + + + diff --git a/pom.xml b/pom.xml index 7b1035a2..5e1a19f8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ the minimum version of Maven for maven plugins ............ mvn versions:display-plugin-updates --> - + documentation engine webapp diff --git a/webapp/src/main/resources/descriptor.xml b/webapp/src/main/resources/descriptor.xml index 4f23d017..0a133318 100644 --- a/webapp/src/main/resources/descriptor.xml +++ b/webapp/src/main/resources/descriptor.xml @@ -55,8 +55,18 @@ 664 /install/ - + + ${basedir}/../documentation/target/doc_html/ + + **/* + + 644 + /documentation + + + +