archetype-resources.README.md Maven / Gradle / Ivy
The newest version!
# ${artifactId}
TODO: description ![Maven Central](https://img.shields.io/maven-central/v/com.github.monkeysintown/${artifactId}.svg)
## Build
If you just want to compile the project without running the tests:
```
mvn -DskipTests clean install
```
If you want to run the tests (Derby and H2 in server mode):
```
mvn clean install
```
## Publish plugin
https://www.jetbrains.com/idea/help/preparing-plugins-for-publishing.html