diff --git a/.drone.yml b/.drone.yml
index 670e29f..58ff48a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,3 +1,4 @@
+---
kind: pipeline
type: docker
name: haiti-framework
@@ -30,4 +31,9 @@ trigger:
volumes:
- name: m2
host:
- path: /drone/volume/m2
\ No newline at end of file
+ path: /drone/volume/m2
+---
+kind: signature
+hmac: 4739b3854a68e1ec849cdff113b27d0ed17a9da62ecdffd2fbc55dbd852efcdd
+
+...
diff --git a/pom.xml b/pom.xml
index c94be5b..67ea616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,11 +163,6 @@
nexus-staging-maven-plugin
${plugin.nexus.staging.ver}
true
-
- ossrh
- https://s01.oss.sonatype.org/
- true
-
org.apache.maven.plugins
@@ -223,12 +218,13 @@
maven-release-plugin
${plugin.maven.release.ver}
- clean compile
- install
+ clean
+ install
v.@{project.version}
true
false
true
+ true
@@ -262,6 +258,11 @@
org.sonatype.plugins
nexus-staging-maven-plugin
+
+ ossrh
+ https://s01.oss.sonatype.org/
+ true
+
org.apache.maven.plugins
@@ -278,8 +279,70 @@
+
+ snapshot
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+ struchkov-nexus
+ http://nexus:8081/nexus/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+
+
+
+
+ struchkov-nexus-release
+ https://nexus.struchkov.dev/repository/maven-release/
+
+ true
+ always
+ fail
+
+
+ false
+
+
+
+ struchkov-nexus-snapshot
+ https://nexus.struchkov.dev/repository/maven-snapshots/
+
+ false
+
+
+ true
+ always
+ warn
+
+
+
+
+
+
+ struchkov-nexus-release
+ http://nexus:8081/repository/maven-releases/
+
+
+ struchkov-nexus-snapshot
+ http://nexus:8081/repository/maven-snapshots/
+
+
+
scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
https://git.struchkov.dev/Godfather-Bots/godfather
@@ -287,13 +350,6 @@
v.0.0.33
-
-
- ossrh
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
-
uPagge