Establish preliminary structure for documentation

This commit is contained in:
Konstantin Schaper
2020-05-06 19:56:34 +02:00
parent daeb8b7cbb
commit 8b2d9d1d95
34 changed files with 366 additions and 21 deletions

View File

@@ -0,0 +1,27 @@
---
title: Create a plugin
subtitle: Create a plugin from Maven Archetype
displayToc: true
---
# Requirements
Be sure you have installed the following software:
* [Java 8](https://java.com/de/download/)
* [Apache Maven](http://maven.apache.org/)
# Create the plugin structure
Use the scm-manager plugin [archetype](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html)
to create the plugin structure.
```bash
mvn archetype:...
```
Answer the questions of the archetype.
# Implement your plugin
... draw the rest of the owl