From 179f1aa98a3040e76f62df1800d592dd1484a703 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 11 Jul 2016 18:49:39 +0200 Subject: [PATCH] pom --- pom.xml | 91 +++++++++++++++------------------------ src/site/apt/index.apt.vm | 30 +++++++++++++ 2 files changed, 65 insertions(+), 56 deletions(-) create mode 100644 src/site/apt/index.apt.vm diff --git a/pom.xml b/pom.xml index ec1fc3a..43e1340 100644 --- a/pom.xml +++ b/pom.xml @@ -1,69 +1,48 @@ + - 4.0.0 - de.juplo.jackson - simple-mapper - 1.0-SNAPSHOT + de.juplo + maven-thymeleaf-skin + 1.0 - + Maven Thymeleaf Skin + A maven skin, that renders the site as templates, that can be styled without restrictions with the help of thymeleaf. + http://juplo.de/maven-thymeleaf-skin - - 1.8 + + scm:git:http://juplo.de/git/maven-thymeleaf-skin + scm:git:ssh://juplo.de:/var/lib/git/juplo/maven-thymeleaf-skin + http://juplo.de/gitweb/?p=maven-thymeleaf-skin;a=summary + - - UTF-8 - 1.8 - 1.8 - UTF-8 - - + + + kai + Kai Moritz + kai@juplo.de + + - - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - org.slf4j - slf4j-api - + - - - junit - junit - test - - - ch.qos.logback - logback-classic - test - + + UTF-8 - + - - - - - org.springframework.boot - spring-boot-dependencies - 1.3.5.RELEASE - pom - import - - - + + + juplo.internal + Internal Release Repository + http://juplo.de/archiva/repository/internal/ + + + juplo.snapshots + Internal Snapshot Repository + http://juplo.de/archiva/repository/snapshots/ + + diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm new file mode 100644 index 0000000..bcb2448 --- /dev/null +++ b/src/site/apt/index.apt.vm @@ -0,0 +1,30 @@ + ------ + Introduction + ------ + Kai Moritz + ------ + 2016-07-11 + ------ + +${project.name} + + ${project.description} + + A {{{./sample/}sample site}} is provided to see the skin in action. + +* Usage + + To use this skin in your project, use the skin element of + {{{/doxia/doxia-sitetools/doxia-decoration-model/decoration.html}the <<>> site descriptor}}: + ++-----+ + + ... + + ${project.groupId} + ${project.artifactId} + ${project.version} + + ... + ++-----+ -- 2.20.1