eo-cqrs / qulice17

Quality Police for Java projects (Checkstyle, PMD, and SpotBugs), Integrated with JDK17+
Other
7 stars 0 forks source link

Publish qulice17 to maven central #37

Open volodya-lombrozo opened 1 year ago

volodya-lombrozo commented 1 year ago

Even though this project is a fork of qulice, I believe qulice17 should have a distinct artifact with separate versions that we can retrieve from Maven. Perhaps it makes sense to retain the same groupId for the project, but use a different artifactId:

<build>
  <plugins>
    <plugin>
      <groupId>com.qulice</groupId>
      <artifactId>qulice-17-maven-plugin</artifactId>
    </plugin>
  </plugins>
</build>

I'm not sure about the qulice-17-maven-plugin name, but maybe it makes sense to keep it simple and similar to the old qulice-maven-plugin version.

zoeself commented 1 year ago

@volodya-lombrozo thank you for reporting this. I'll assign someone to take care of it soon.

zoeself commented 1 year ago

@h1alexbel this is your task now, please go ahead. Deadline (when this ticket should be closed) is 2023-09-07T09:49:35.861142.

Estimation here is 60 minutes, that's how much you will be paid.

Remember, you don't have to solve everything in this ticket - you can solve it partially and leave todo markers in the code, which will become future tasks.

If you have any questions don't ask me, I'm not a technical person. Open new tickets instead.

If you don't have time or simply don't want to work on this, you can always resign.

l3r8yJ commented 1 year ago

@volodya-lombrozo sure, but I'm not sure about groupId, i.e. we can't access com.quilice as far as I know

volodya-lombrozo commented 1 year ago

@l3r8yJ, you can either ask @yegor256 for access to that groupId or simply create a new groupId.

l3r8yJ commented 1 year ago

@volodya-lombrozo we already have io.github.eo-cqrs, we can use this one if it doesn't work out with com.quilice.

zoeself commented 1 year ago

@h1alexbel Don't forget to close this ticket before the deadline (2023-09-07T09:49:36). You are past the first half of the allowed period.

zoeself commented 1 year ago

@h1alexbel Looks like you've missed the task deadline (2023-09-07T09:49:36). You are now resigned from this task.

Please stop working on it, you will not be paid. I will assign it to someone else soon.

zoeself commented 1 year ago

@h1alexbel I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

volodya-lombrozo commented 11 months ago

@h1alexbel @l3r8yJ are you still planing to publish the dependency?

l3r8yJ commented 11 months ago

@volodya-lombrozo sure, I had a position change at work, because of this I don't have time to spend to all open source projects

l3r8yJ commented 11 months ago

@h1alexbel can you transfer profile for publishing from eo-kafka?

@volodya-lombrozo fyi

volodya-lombrozo commented 11 months ago

@l3r8yJ I see. Good luck to solve all your problems. Hope you will return back soon :)

h1alexbel commented 9 months ago

@rultor release, tag is 0.0.1

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel OK, I will release it now. Please check the progress here

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel @volodya-lombrozo Oops, I failed. You can see the full log here (spent 1min)

load average is 0.11, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=l3r8y/rultor-image:1.0.3
+ docker pull l3r8y/rultor-image:1.0.3
1.0.3: Pulling from l3r8y/rultor-image
Digest: sha256:96e574a7cd73ccce66c990865592cd600d626d3a95f8d4b36b8f6dd9ec61b118
Status: Image is up to date for l3r8y/rultor-image:1.0.3
docker.io/l3r8y/rultor-image:1.0.3
+ docker ps --filter=status=exited
+ grep --quiet '\seo-cqrs_qulice17_37\s*$'
+ ls -al .
total 44
drwx------  3 rultor rultor 4096 Dec  6 10:56 .
drwxrwxrwt 13 root   root   4096 Dec  6 10:55 ..
-rwxrwxr-x  1 rultor rultor  556 Dec  6 10:56 end.sh
-rwxrwxr-x  1 rultor rultor  466 Dec  6 10:56 entry.sh
-rw-rw-r--  1 rultor rultor    8 Dec  6 10:56 pid
drwxrwxr-x 10 rultor rultor 4096 Dec  6 10:56 repo
-rwxrwxr-x  1 rultor rultor 5936 Dec  6 10:56 run.sh
-rw-rw-r--  1 rultor rultor  643 Dec  6 10:56 script.sh
-rw-rw-r--  1 rultor rultor 4120 Dec  6 10:56 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-NdO8:/main --env=head=git@github.com:eo-cqrs/qulice17.git --env=tag=0.0.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:eo-cqrs/qulice17.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml'\'' '\'';'\'' )' --env=head_branch=master --env=author=h1alexbel --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-NdO8/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=eo-cqrs_qulice17_37 l3r8y/rultor-image:1.0.3 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
/home/r/script.sh: line 9: pdd: command not found
container 6522c278bb627abd928c38281c0a7d725ebae273359f4d2b270c8f17e87bf073 is dead
Wed Dec  6 10:57:17 AM CET 2023
h1alexbel commented 9 months ago

@rultor release, tag is 0.0.1

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel OK, I will release it now. Please check the progress here

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel @volodya-lombrozo Oops, I failed. You can see the full log here (spent 1min)

[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] Processing io.github.eo-cqrs:qulice-checkstyle
[\u001b[1;34mINFO\u001b[m]     Updating parent io.github.eo-cqrs:quilice17-parent
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m]     Updating dependency io.github.eo-cqrs:qulice-spi
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] Processing io.github.eo-cqrs:qulice-maven-plugin
[\u001b[1;34mINFO\u001b[m]     Updating parent io.github.eo-cqrs:quilice17-parent
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m]     Updating dependency io.github.eo-cqrs:qulice-checkstyle
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m]     Updating dependency io.github.eo-cqrs:qulice-pmd
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m]     Updating dependency io.github.eo-cqrs:qulice-spi
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] Processing io.github.eo-cqrs:qulice-pmd
[\u001b[1;34mINFO\u001b[m]     Updating parent io.github.eo-cqrs:quilice17-parent
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m]     Updating dependency io.github.eo-cqrs:qulice-spi
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] Processing io.github.eo-cqrs:qulice-spi
[\u001b[1;34mINFO\u001b[m]     Updating parent io.github.eo-cqrs:quilice17-parent
[\u001b[1;34mINFO\u001b[m]         from version 1.0-SNAPSHOT to 0.0.1
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1mReactor Summary for qulice 1.0-SNAPSHOT:\u001b[m
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] qulice ............................................. \u001b[1;32mSUCCESS\u001b[m [  6.337 s]
[\u001b[1;34mINFO\u001b[m] qulice-spi ......................................... \u001b[1;33mSKIPPED\u001b[m
[\u001b[1;34mINFO\u001b[m] qulice-checkstyle .................................. \u001b[1;33mSKIPPED\u001b[m
[\u001b[1;34mINFO\u001b[m] qulice-pmd ......................................... \u001b[1;33mSKIPPED\u001b[m
[\u001b[1;34mINFO\u001b[m] qulice-maven-plugin ................................ \u001b[1;33mSKIPPED\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1;32mBUILD SUCCESS\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] Total time:  15.367 s
[\u001b[1;34mINFO\u001b[m] Finished at: 2023-12-06T11:07:49Z
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
\u001b[0m\u001b[0m[__rultor 9dfb4a13] 0.0.1
 5 files changed, 10 insertions(+), 10 deletions(-)
[\u001b[1;34mINFO\u001b[m] Error stacktraces are turned on.
[\u001b[1;31mERROR\u001b[m] Error executing Maven.
\u001b[1;31mjava.io.FileNotFoundException\u001b[m: \u001b[1;31mThe specified user settings file does not exist: /home/r/settings.xml\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.cli.configuration.SettingsXmlConfigurationProcessor.process (\u001b[1mSettingsXmlConfigurationProcessor.java:99\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.configure (\u001b[1mMavenCli.java:1169\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:288\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[0m\u001b[0mcontainer b3ec4aab58301fdfd1fe80364df088d6421033fe7aa13b9eedbe278f7c07ba5b is dead
Wed Dec  6 12:08:33 PM CET 2023
0pdd commented 9 months ago

@volodya-lombrozo the puzzle #52 is still not solved.

h1alexbel commented 9 months ago

@rultor release, tag is 0.0.1

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel OK, I will release it now. Please check the progress here

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel @volodya-lombrozo Oops, I failed. You can see the full log here (spent 6min)

    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:298\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[1mCaused by\u001b[m: org.apache.maven.plugin.MojoExecutionException: \u001b[1;31mPresumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them.\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.plugins.source.AbstractSourceJarMojo.packageSources (\u001b[1mAbstractSourceJarMojo.java:309\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.source.AbstractSourceJarMojo.packageSources (\u001b[1mAbstractSourceJarMojo.java:257\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.source.AbstractSourceJarMojo.execute (\u001b[1mAbstractSourceJarMojo.java:225\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:298\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] After correcting the problems, you can resume the build with the command
[\u001b[1;31mERROR\u001b[m]   \u001b[1mmvn <args> -rf :qulice-spi\u001b[m
\u001b[0m\u001b[0mcontainer 01274c96fd183893836d31fccd992c1ae8e93e934e480682369c664c4e0b5822 is dead
Wed Dec  6 02:55:17 PM CET 2023
h1alexbel commented 9 months ago

@rultor release, tag is 0.0.1

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel OK, I will release it now. Please check the progress here

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel @volodya-lombrozo Oops, I failed. You can see the full log here (spent 4min)

Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Validator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.Mock.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Violation.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Violation.Default.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-use.html...
Generating /home/r/repo/qulice-spi/target/apidocs/overview-tree.html...
Building index for all classes...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
1 error

Command line was: /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/r/repo/qulice-spi/target/apidocs' dir.
\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (\u001b[1mAbstractJavadocMojo.java:6086\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (\u001b[1mAbstractJavadocMojo.java:5962\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (\u001b[1mAbstractJavadocMojo.java:2275\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.JavadocJar.doExecute (\u001b[1mJavadocJar.java:189\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (\u001b[1mAbstractJavadocMojo.java:2032\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:298\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] After correcting the problems, you can resume the build with the command
[\u001b[1;31mERROR\u001b[m]   \u001b[1mmvn <args> -rf :qulice-spi\u001b[m
\u001b[0m\u001b[0mcontainer a5c33d163b499e9c2ec6943dbb71fc491ff9fb74fd53525d87e54db02c4d8f91 is dead
Wed Dec  6 04:51:51 PM CET 2023
h1alexbel commented 9 months ago

@rultor release, tag is 0.0.1

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel OK, I will release it now. Please check the progress here

rultor commented 9 months ago

@rultor release, tag is 0.0.1

@h1alexbel @volodya-lombrozo Oops, I failed. You can see the full log here (spent 6min)

    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:298\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[1mCaused by\u001b[m: org.apache.maven.plugin.MojoFailureException: \u001b[1;31m3 builds failed. See console output above for details.\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.InvokerSession.handleFailures (\u001b[1mInvokerSession.java:285\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.InvokerMojo.processResults (\u001b[1mInvokerMojo.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.AbstractInvokerMojo.execute (\u001b[1mAbstractInvokerMojo.java:876\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:298\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:77\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:568\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] After correcting the problems, you can resume the build with the command
[\u001b[1;31mERROR\u001b[m]   \u001b[1mmvn <args> -rf :qulice-maven-plugin\u001b[m
\u001b[0m\u001b[0mcontainer dd2910587fae99c950c41e2b57687445ee4370b851a45222a6c31e49917bd0ab is dead
Fri Dec  8 03:02:30 PM CET 2023