diff --git a/modello-maven-plugin/src/site/markdown/examples/multi-model.md.vm b/modello-maven-plugin/src/site/markdown/examples/multi-model.md.vm index 983910237..67c4dfb41 100644 --- a/modello-maven-plugin/src/site/markdown/examples/multi-model.md.vm +++ b/modello-maven-plugin/src/site/markdown/examples/multi-model.md.vm @@ -1,3 +1,10 @@ +--- +title: Example of multi-model configuration +author: + - Denis Cabasson +date: 10 August 2006 +--- + # Processing Multiple Modello Models Configuring your pom.xml diff --git a/modello-maven-plugin/src/site/markdown/index.md b/modello-maven-plugin/src/site/markdown/index.md index b003d6eb1..2d0171689 100644 --- a/modello-maven-plugin/src/site/markdown/index.md +++ b/modello-maven-plugin/src/site/markdown/index.md @@ -1,3 +1,11 @@ +--- +title: Introduction +author: + - Denis Cabasson + - Hervé Boutemy +date: 1 January 2009 +--- + # Modello Maven Plugin This plugin makes use of the [Modello](https://codehaus-plexus.github.io/modello/) project. diff --git a/modello-maven-plugin/src/site/markdown/usage.md.vm b/modello-maven-plugin/src/site/markdown/usage.md.vm index c80908c3d..914aeeeda 100644 --- a/modello-maven-plugin/src/site/markdown/usage.md.vm +++ b/modello-maven-plugin/src/site/markdown/usage.md.vm @@ -1,3 +1,10 @@ +--- +title: Usage +author: + - Denis Cabasson +date: 10 August 2006 +--- + # Usage This document is intended to provide instructions for using the modello-maven-plugin. diff --git a/pom.xml b/pom.xml index a22910dca..1e1df6c49 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.plexus plexus - 25 + 26 org.codehaus.modello diff --git a/src/site/markdown/location-tracking.md b/src/site/markdown/location-tracking.md index b118590d3..e1c36562d 100644 --- a/src/site/markdown/location-tracking.md +++ b/src/site/markdown/location-tracking.md @@ -1,3 +1,10 @@ +--- +title: Location Tracking +author: + - Benjamin Bentmann +date: 2010-04-18 +--- + # Location Tracking Starting with Modello 1.4, some parsers (only [XPP3](./modello-plugins/modello-plugin-xpp3/index.html) in 1.4, [Snake Yaml](./modello-plugins/modello-plugin-snakeyaml/) and [Jackson](./modello-plugins/modello-plugin-jackson/) in addition in 1.8) support the tracking of line/column information for the input data. This means that additional metadata is stored in the model that can be used to query the location of some model element in the input source, e.g. for means of better error reporting to the user. diff --git a/src/site/markdown/release-notes.md b/src/site/markdown/release-notes.md index 009dc93b9..01121bb74 100644 --- a/src/site/markdown/release-notes.md +++ b/src/site/markdown/release-notes.md @@ -1,3 +1,10 @@ +--- +title: Release Notes +author: + - Hervé Boutemy +date: 2012-11-18 +--- + # Modello ## 1.8.2