From 56f4498088f7da84a5a63e811f23184e88c5f9fb Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 2 Aug 2023 17:31:36 +0300 Subject: [PATCH 1/3] feat(#11): Add objectionary assets --- .rultor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.rultor.yml b/.rultor.yml index 5cc41cb40..c4f830e8a 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -2,6 +2,10 @@ architect: - volodya-lombrozo docker: image: yegor256/rultor-image:1.13.0 +assets: + settings.xml: yegor256/objectionary-secrets#settings.xml + pubring.gpg: yegor256/objectionary-secrets#pubring.gpg + secring.gpg: yegor256/objectionary-secrets#secring.gpg merge: script: mvn clean install -Pqulice --errors --batch-mode release: @@ -10,4 +14,4 @@ release: [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 mvn versions:set "-DnewVersion=${tag}" "-DprocessPlugins=false" git commit -am "${tag}" - mvn clean install -Pqulice --errors --batch-mode + mvn clean deploy -Pqulice -Psonatype --errors --batch-mode --settings ../settings.xml -Dstyle.color=never From 07d919e9ef47c3a9b9db754add113edc53ff3501 Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 2 Aug 2023 17:40:45 +0300 Subject: [PATCH 2/3] feat(#11): Add distribution information for jeo-maven-plugin --- pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 601396e90..3a11b1e9b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,54 @@ SOFTWARE. jeo-maven-plugin maven-plugin 1.0-SNAPSHOT - jeo-maven-plugin Maven Mojo - http://maven.apache.org + jeo + https://github.com/objectionary/jeo-maven-plugin + Java bytecode optimizations by EO + 2023 + + EO + https://github.com/objectionary/eo + + + + MIT + https://www.eolang.org/LICENSE.txt + site + + + + + 1 + Volodya Lombrozo + volodya.lombrozo@gmail.com + open-source + + Architect + Developer + + +3 + + + + GitHub + https://github.com/objectionary/jeo-maven-plugin/issues + + + scm:git:git@github.com:objectionary/jeo-maven-plugin.git + scm:git:git@github.com:objectionary/jeo-maven-plugin.git + + https://github.com/objectionary/jeo-maven-plugin + + + rultor + https://www.rultor.com + + + + github-pages + https://github.com/objectionary/jeo-maven-plugin + + org.apache.maven From fba244307e95b165e80f65f2a7d05435b024ae4b Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 2 Aug 2023 17:47:14 +0300 Subject: [PATCH 3/3] feat(#11): change the description of jeo-maven-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a11b1e9b..60a208c70 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ SOFTWARE. 1.0-SNAPSHOT jeo https://github.com/objectionary/jeo-maven-plugin - Java bytecode optimizations by EO + Optimisation of Java Bytecode via EOLANG 2023 EO