mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
23 lines
448 B
Markdown
23 lines
448 B
Markdown
---
|
|
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
|
|
|
|
There is a service which is able to create a skeleton for a new plugin:
|
|
|
|
https://create-plugin.scm-manager.org/
|
|
|
|
# Implement your plugin
|
|
|
|
... draw the rest of the owl
|