X-Git-Url: https://juplo.de/gitweb/?p=maven-thymeleaf-skin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fusage.xhtml;fp=src%2Fsite%2Fxhtml%2Fusage.xhtml;h=9487b3e4563db14b39eaff3743fd44f899c4899d;hp=3c573e4c9d1879b8a0b358544699204e8c48b7b0;hb=d4c40361acb4c1bedf9d5ccd8615f735fc8a3753;hpb=cef56a60be71f34605f3c1ec10698932dae8e01c diff --git a/src/site/xhtml/usage.xhtml b/src/site/xhtml/usage.xhtml index 3c573e4..9487b3e 100644 --- a/src/site/xhtml/usage.xhtml +++ b/src/site/xhtml/usage.xhtml @@ -5,6 +5,19 @@

Usage

-

TODO...

+

+ To use this skin in your project, use the skin element of + the site.xml site descriptor: +

+
<project name="xxx">
+  [...]
+  <skin>
+    <groupId>${project.groupId}</groupId>
+    <artifactId>${project.artifactId}</artifactId>
+    <version>${project.version}</version>
+  </skin>
+  [...]
+</project>
+