Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions modello-maven-plugin/src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions modello-maven-plugin/src/site/markdown/usage.md.vm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>25</version>
<version>26</version>
</parent>

<groupId>org.codehaus.modello</groupId>
Expand Down
7 changes: 7 additions & 0 deletions src/site/markdown/location-tracking.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions src/site/markdown/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Release Notes
author:
- Hervé Boutemy
date: 2012-11-18
---

# Modello

## 1.8.2
Expand Down
Loading