diff --git a/.rultor.yml b/.rultor.yml index fa1a5f5..56ef14a 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -26,4 +26,4 @@ release: [[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1 mvn versions:set "-DnewVersion=${tag}" git commit -am "${tag}" - mvn clean deploy -Pjpeek -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml \ No newline at end of file + mvn clean deploy -Pjpeek -Pqulice -Psonatype --errors --settings ../settings.xml \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7117c95..84cc584 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,11 @@ SOFTWARE. --> 4.0.0 + + com.jcabi + parent + 0.49.9 + org.jpeek jpeek-maven-plugin 1.0-SNAPSHOT @@ -100,32 +105,63 @@ SOFTWARE. - - qulice - - - - com.qulice - qulice-maven-plugin - 0.18.17 - - - jcabi-qulice-check - verify - - check - - - file:${basedir}/LICENSE.txt - - duplicatefinder:.* - - - - - - - - + + qulice + + + + com.qulice + qulice-maven-plugin + 0.18.17 + + + jcabi-qulice-check + verify + + check + + + file:${basedir}/LICENSE.txt + + duplicatefinder:.* + + + + + + + + + + jcabi-gpg + + + gpg.keyname + + + + + + maven-gpg-plugin + 1.6 + + + jcabi-sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + \ No newline at end of file