2020-05-06 19:56:34 +02:00
|
|
|
---
|
|
|
|
|
title: Create a plugin
|
2021-08-04 10:35:23 +02:00
|
|
|
subtitle: Create a new SCM-Manager plugin
|
|
|
|
|
displayToc: false
|
2020-05-06 19:56:34 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
|
|
Be sure you have installed the following software:
|
|
|
|
|
|
2021-08-04 10:35:23 +02:00
|
|
|
* [Java 11](https://java.com/de/download/)
|
2020-05-06 19:56:34 +02:00
|
|
|
|
|
|
|
|
# Create the plugin structure
|
|
|
|
|
|
2021-08-04 10:35:23 +02:00
|
|
|
Use our [simple plugin creator](https://create-plugin.scm-manager.org/) to generate and download a pre-configured package for your new plugin.
|
2020-05-06 19:56:34 +02:00
|
|
|
|
|
|
|
|
# Implement your plugin
|
|
|
|
|
|
|
|
|
|
... draw the rest of the owl
|
2021-08-04 10:35:23 +02:00
|
|
|
|