We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97e58a commit 3e3c33bCopy full SHA for 3e3c33b
README.md
@@ -41,3 +41,8 @@ $ java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src
41
```
42
43
44
+## Releasing ##
45
+The following command will pack a release, sign the artefacts, and push them to maven central.
46
+```
47
+mvn deploy -DperformRelease=true
48
0 commit comments