camunda-community-hub / community-action-maven-release

Opinionated GitHub action to release community projects to Maven Central
Apache License 2.0
7 stars 4 forks source link

Action releases to maven central twice #45

Closed remcowesterhoud closed 1 year ago

remcowesterhoud commented 1 year ago

Description

When the release version is set the action currently deploys 3 times. The first time is to the Camunda Repository. The 2nd and 3rd times are to Maven Central. It is unexpected behaviour to deploy to Maven Central twice.

This can be observed in the logging of the community projects (I have removed irrelevant lines from this example):

Example log ``` 2022-11-25T12:08:16.6488944Z Deploy release to Camunda Repository using community-action-maven-release profile ... 2022-11-25T12:09:07.2997405Z [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-deploy) @ eze-junit-extension --- ... 2022-11-25T12:09:07.3272197Z [INFO] Deploying remotely... 2022-11-25T12:09:07.3273834Z [INFO] Bulk deploying locally gathered artifacts from directory: 2022-11-25T12:09:07.3274853Z [INFO] * Bulk deploying locally gathered snapshot artifacts 2022-11-25T12:09:07.3389473Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar 2022-11-25T12:09:09.9469177Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar (86 kB at 33 kB/s) 2022-11-25T12:09:09.9474610Z [INFO] Downloading from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:09:10.3658563Z [INFO] Downloaded from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/maven-metadata.xml (567 B at 1.4 kB/s) 2022-11-25T12:09:10.3675237Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:09:11.5033896Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/maven-metadata.xml (550 B at 484 B/s) 2022-11-25T12:09:11.5049252Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc 2022-11-25T12:09:11.9848295Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc (488 B at 1.0 kB/s) 2022-11-25T12:09:11.9880039Z [INFO] Downloading from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:09:12.3573080Z [INFO] Downloaded from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/maven-metadata.xml (813 B at 2.2 kB/s) 2022-11-25T12:09:12.3585283Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:09:13.4644901Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/maven-metadata.xml (796 B at 719 B/s) 2022-11-25T12:09:13.4671227Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.jar 2022-11-25T12:09:14.6318654Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.jar (8.1 kB at 7.0 kB/s) 2022-11-25T12:09:14.6321130Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.pom 2022-11-25T12:09:15.8572205Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.pom (4.3 kB at 3.5 kB/s) 2022-11-25T12:09:15.8588867Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar 2022-11-25T12:09:17.0582431Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar (2.0 kB at 1.6 kB/s) 2022-11-25T12:09:17.0603215Z [INFO] Downloading from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:09:17.4771236Z [INFO] Downloaded from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/maven-metadata.xml (829 B at 2.0 kB/s) 2022-11-25T12:09:17.4788550Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:09:18.6231756Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/maven-metadata.xml (812 B at 709 B/s) 2022-11-25T12:09:18.6249937Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.jar 2022-11-25T12:09:20.2284918Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.jar (131 kB at 82 kB/s) 2022-11-25T12:09:20.2290400Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.pom 2022-11-25T12:09:21.3568182Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.pom (5.8 kB at 5.1 kB/s) 2022-11-25T12:09:21.3612164Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom 2022-11-25T12:09:22.5124661Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom (11 kB at 9.4 kB/s) 2022-11-25T12:09:22.5127153Z [INFO] Downloading from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:09:22.8544279Z [INFO] Downloaded from camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/maven-metadata.xml (849 B at 2.5 kB/s) 2022-11-25T12:09:22.8552333Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:09:24.0519902Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/maven-metadata.xml (801 B at 669 B/s) 2022-11-25T12:09:24.0535021Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc 2022-11-25T12:09:24.6209197Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc (488 B at 860 B/s) 2022-11-25T12:09:24.6233089Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc 2022-11-25T12:09:25.1012335Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc (488 B at 1.0 kB/s) 2022-11-25T12:09:25.1029445Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar 2022-11-25T12:09:26.2346545Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar (4.1 kB at 3.6 kB/s) 2022-11-25T12:09:26.2360706Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc 2022-11-25T12:09:26.6967952Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc (488 B at 1.1 kB/s) 2022-11-25T12:09:26.6971583Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar 2022-11-25T12:09:27.8176000Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar (5.2 kB at 4.7 kB/s) 2022-11-25T12:09:27.8185507Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar 2022-11-25T12:09:28.9371548Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar (3.4 kB at 3.1 kB/s) 2022-11-25T12:09:28.9400312Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc 2022-11-25T12:09:29.4021097Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc (488 B at 1.1 kB/s) 2022-11-25T12:09:29.4030822Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc 2022-11-25T12:09:29.8843013Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc (488 B at 1.0 kB/s) 2022-11-25T12:09:29.8853880Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc 2022-11-25T12:09:30.3966491Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc (488 B at 954 B/s) 2022-11-25T12:09:30.3977264Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc 2022-11-25T12:09:30.8565756Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc (488 B at 1.1 kB/s) 2022-11-25T12:09:30.8583597Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc 2022-11-25T12:09:31.4517251Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc (488 B at 822 B/s) 2022-11-25T12:09:31.4526940Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc 2022-11-25T12:09:31.9280808Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc (488 B at 1.0 kB/s) 2022-11-25T12:09:31.9296982Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc 2022-11-25T12:09:32.5047322Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc (488 B at 848 B/s) 2022-11-25T12:09:32.5062214Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc 2022-11-25T12:09:32.9841915Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc (488 B at 1.0 kB/s) 2022-11-25T12:09:32.9857121Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar 2022-11-25T12:09:34.1636767Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar (13 kB at 11 kB/s) 2022-11-25T12:09:34.1639790Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom 2022-11-25T12:09:35.3300496Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom (2.3 kB at 2.0 kB/s) 2022-11-25T12:09:35.3306509Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar 2022-11-25T12:09:36.7321474Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar (37 kB at 26 kB/s) 2022-11-25T12:09:36.7323916Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc 2022-11-25T12:09:37.3724311Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc (488 B at 758 B/s) 2022-11-25T12:09:37.3736887Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar 2022-11-25T12:09:38.5439211Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar (318 B at 271 B/s) 2022-11-25T12:09:38.5460542Z [INFO] Uploading to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc 2022-11-25T12:09:38.9998992Z [INFO] Uploaded to camunda-nexus: https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc (488 B at 1.1 kB/s) 2022-11-25T12:09:39.0000754Z [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. 2022-11-25T12:09:39.0002139Z [INFO] Remote deploy finished with success. 2022-11-25T12:09:39.0003431Z [INFO] ------------------------------------------------------------------------ 2022-11-25T12:09:39.0004486Z [INFO] Reactor Summary for EZE Root 1.1.0: 2022-11-25T12:09:39.0005288Z [INFO] 2022-11-25T12:09:39.0006189Z [INFO] EZE Root ........................................... SUCCESS [ 5.184 s] 2022-11-25T12:09:39.0007380Z [INFO] EZE - Embedded Zeebe Engine ........................ SUCCESS [ 34.534 s] 2022-11-25T12:09:39.0033516Z [INFO] EZE - Embedded Zeebe Engine Agent .................. SUCCESS [ 4.466 s] 2022-11-25T12:09:39.0048275Z [INFO] EZE - JUnit Extension .............................. SUCCESS [ 35.917 s] 2022-11-25T12:09:39.0049802Z [INFO] ------------------------------------------------------------------------ 2022-11-25T12:09:39.0050856Z [INFO] BUILD SUCCESS 2022-11-25T12:09:39.0053658Z [INFO] ------------------------------------------------------------------------ 2022-11-25T12:09:39.0054702Z [INFO] Total time: 01:21 min 2022-11-25T12:09:39.0055754Z [INFO] Finished at: 2022-11-25T12:09:39Z 2022-11-25T12:09:39.0056876Z [INFO] ------------------------------------------------------------------------ 2022-11-25T12:09:39.0385307Z Deply release to Maven Central using profiles community-action-maven-release, oss-maven-central 2022-11-25T12:09:40.3412232Z [INFO] Scanning for projects... ... 2022-11-25T12:10:34.1748778Z [INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (default-deploy) @ eze-junit-extension --- ... 2022-11-25T12:10:34.1970127Z [INFO] Deploying remotely... 2022-11-25T12:10:34.1973038Z [INFO] Bulk deploying locally gathered artifacts from directory: 2022-11-25T12:10:34.1975532Z [INFO] * Bulk deploying locally gathered snapshot artifacts 2022-11-25T12:10:34.2095457Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar 2022-11-25T12:10:48.7072758Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar (86 kB at 5.9 kB/s) 2022-11-25T12:10:48.7079541Z [INFO] Downloading from central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:10:48.8279266Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:10:49.4239304Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/maven-metadata.xml (306 B at 513 B/s) 2022-11-25T12:10:49.4265877Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc 2022-11-25T12:10:49.6165602Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc (488 B at 2.5 kB/s) 2022-11-25T12:10:49.6171854Z [INFO] Downloading from central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:10:54.1676043Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:10:54.6997793Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/maven-metadata.xml (304 B at 571 B/s) 2022-11-25T12:10:54.7000079Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.jar 2022-11-25T12:10:55.2217889Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.jar (8.1 kB at 15 kB/s) 2022-11-25T12:10:55.2221948Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.pom 2022-11-25T12:10:55.8239896Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.pom (4.3 kB at 7.1 kB/s) 2022-11-25T12:10:55.8260250Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar 2022-11-25T12:10:56.3593269Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar (2.0 kB at 3.7 kB/s) 2022-11-25T12:10:56.3595765Z [INFO] Downloading from central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:10:56.4908967Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:10:57.0062610Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/maven-metadata.xml (320 B at 621 B/s) 2022-11-25T12:10:57.0071218Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.jar 2022-11-25T12:10:57.7501183Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.jar (131 kB at 177 kB/s) 2022-11-25T12:10:57.7506070Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.pom 2022-11-25T12:10:58.2699978Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.pom (5.8 kB at 11 kB/s) 2022-11-25T12:10:58.2720472Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom 2022-11-25T12:10:58.7883025Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom (11 kB at 21 kB/s) 2022-11-25T12:10:58.7892686Z [INFO] Downloading from central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:10:58.8959867Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:11:03.5520399Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/maven-metadata.xml (309 B at 66 B/s) 2022-11-25T12:11:03.5530625Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc 2022-11-25T12:11:04.0297134Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc (488 B at 1.0 kB/s) 2022-11-25T12:11:04.0318289Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc 2022-11-25T12:11:04.2114402Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc (488 B at 2.7 kB/s) 2022-11-25T12:11:04.2128828Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar 2022-11-25T12:11:04.8293060Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar (4.1 kB at 6.7 kB/s) 2022-11-25T12:11:04.8302764Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc 2022-11-25T12:11:05.0043944Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:05.0055062Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar 2022-11-25T12:11:05.5280981Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar (5.2 kB at 10 kB/s) 2022-11-25T12:11:05.5310272Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar 2022-11-25T12:11:06.1818244Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar (3.4 kB at 5.2 kB/s) 2022-11-25T12:11:06.1828343Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc 2022-11-25T12:11:06.3568307Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:06.3577629Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc 2022-11-25T12:11:06.5292702Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc (488 B at 2.9 kB/s) 2022-11-25T12:11:06.5301830Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc 2022-11-25T12:11:06.7005245Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc (488 B at 2.9 kB/s) 2022-11-25T12:11:06.7019681Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc 2022-11-25T12:11:06.8739407Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:06.8749499Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc 2022-11-25T12:11:07.0466656Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:07.0476746Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc 2022-11-25T12:11:07.2200696Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:07.2210069Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc 2022-11-25T12:11:07.3972120Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:07.3981252Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc 2022-11-25T12:11:07.5756280Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc (488 B at 2.7 kB/s) 2022-11-25T12:11:07.5766316Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar 2022-11-25T12:11:08.0924310Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar (13 kB at 24 kB/s) 2022-11-25T12:11:08.0926733Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom 2022-11-25T12:11:08.6180906Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom (2.3 kB at 4.3 kB/s) 2022-11-25T12:11:08.6190473Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar 2022-11-25T12:11:09.1773370Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar (37 kB at 66 kB/s) 2022-11-25T12:11:09.1783554Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc 2022-11-25T12:11:09.3571896Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc (488 B at 2.7 kB/s) 2022-11-25T12:11:09.3594775Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar 2022-11-25T12:11:09.8805385Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar (318 B at 609 B/s) 2022-11-25T12:11:09.8819449Z [INFO] Uploading to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc 2022-11-25T12:11:10.0543713Z [INFO] Uploaded to central: https://oss.sonatype.org//service/local/staging/deploy/maven2/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc (488 B at 2.8 kB/s) 2022-11-25T12:11:10.0548261Z [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. 2022-11-25T12:11:10.0549556Z [INFO] Remote deploy finished with success. 2022-11-25T12:11:10.0550676Z [INFO] 2022-11-25T12:11:10.0552288Z [INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (deploy-to-maven-central) @ eze-junit-extension --- 2022-11-25T12:11:10.0575314Z [INFO] Performing local staging (local stagingDirectory="/home/runner/work/eze/eze/target/central-staging/staging")... 2022-11-25T12:11:10.0576849Z [INFO] + Using server credentials "central" from Maven settings. 2022-11-25T12:11:10.5706137Z [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" 2022-11-25T12:11:10.7790245Z [INFO] * Using staging profile ID "18f16ed82f83eb" (matched by Nexus). 2022-11-25T12:11:10.7797486Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0.jar to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar 2022-11-25T12:11:10.7802178Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/pom.xml to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom 2022-11-25T12:11:10.7813743Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0-sources.jar to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar 2022-11-25T12:11:10.7826320Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0-javadoc.jar to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar 2022-11-25T12:11:10.7839050Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0.jar.asc to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc 2022-11-25T12:11:10.7850395Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0.pom.asc to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc 2022-11-25T12:11:10.7861521Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0-sources.jar.asc to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc 2022-11-25T12:11:10.7874657Z [INFO] Installing /home/runner/work/eze/eze/junit-extension/target/eze-junit-extension-1.1.0-javadoc.jar.asc to /home/runner/work/eze/eze/target/central-staging/staging/18f16ed82f83eb/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc 2022-11-25T12:11:10.7880892Z [INFO] Performing remote staging... 2022-11-25T12:11:10.7882682Z [INFO] 2022-11-25T12:11:10.7884023Z [INFO] * Remote staging into staging profile ID "18f16ed82f83eb" 2022-11-25T12:11:31.0372238Z [INFO] * Created staging repository with ID "orgcamunda-2286". 2022-11-25T12:11:31.0373736Z [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286 2022-11-25T12:11:31.0378089Z [INFO] * Uploading locally staged artifacts to profile org.camunda 2022-11-25T12:11:31.0391638Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar 2022-11-25T12:11:31.6610400Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar (86 kB at 139 kB/s) 2022-11-25T12:11:31.6615583Z [INFO] Downloading from central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:11:31.7339479Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/maven-metadata.xml 2022-11-25T12:11:32.1444413Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/maven-metadata.xml (306 B at 744 B/s) 2022-11-25T12:11:32.1454401Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc 2022-11-25T12:11:32.2839479Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.pom.asc (488 B at 3.5 kB/s) 2022-11-25T12:11:32.2845083Z [INFO] Downloading from central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:11:32.3560941Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/maven-metadata.xml 2022-11-25T12:11:32.7648684Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/maven-metadata.xml (304 B at 743 B/s) 2022-11-25T12:11:32.7659305Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.jar 2022-11-25T12:11:33.1749900Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.jar (8.1 kB at 20 kB/s) 2022-11-25T12:11:33.1752261Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.pom 2022-11-25T12:11:33.8215086Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.pom (4.3 kB at 6.6 kB/s) 2022-11-25T12:11:33.8223613Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar 2022-11-25T12:11:34.3398833Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar (2.0 kB at 3.8 kB/s) 2022-11-25T12:11:34.3401667Z [INFO] Downloading from central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:11:34.4120084Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/maven-metadata.xml 2022-11-25T12:11:34.8242239Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/maven-metadata.xml (320 B at 776 B/s) 2022-11-25T12:11:34.8251727Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.jar 2022-11-25T12:11:35.3015357Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.jar (131 kB at 276 kB/s) 2022-11-25T12:11:35.3019392Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.pom 2022-11-25T12:11:35.7143355Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.pom (5.8 kB at 14 kB/s) 2022-11-25T12:11:35.7156327Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom 2022-11-25T12:11:36.1276693Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom (11 kB at 26 kB/s) 2022-11-25T12:11:36.1279586Z [INFO] Downloading from central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:11:36.1992626Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/maven-metadata.xml 2022-11-25T12:11:36.6110666Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/maven-metadata.xml (309 B at 750 B/s) 2022-11-25T12:11:36.6119791Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc 2022-11-25T12:11:36.7485884Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0.pom.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:36.7501661Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc 2022-11-25T12:11:36.8865261Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:36.8878737Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar 2022-11-25T12:11:37.3377334Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar (4.1 kB at 9.1 kB/s) 2022-11-25T12:11:37.3386720Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc 2022-11-25T12:11:37.4745904Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.pom.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:37.4762965Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar 2022-11-25T12:11:37.8861208Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar (5.2 kB at 13 kB/s) 2022-11-25T12:11:37.8869301Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar 2022-11-25T12:11:38.3025752Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar (3.4 kB at 8.3 kB/s) 2022-11-25T12:11:38.3028604Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc 2022-11-25T12:11:38.4402448Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom.asc (488 B at 3.5 kB/s) 2022-11-25T12:11:38.4411031Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc 2022-11-25T12:11:38.5795335Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0.jar.asc (488 B at 3.5 kB/s) 2022-11-25T12:11:38.5803576Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc 2022-11-25T12:11:38.7187994Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar.asc (488 B at 3.5 kB/s) 2022-11-25T12:11:38.7196798Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc 2022-11-25T12:11:38.8561415Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:38.8573700Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc 2022-11-25T12:11:38.9944323Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-sources.jar.asc (488 B at 3.5 kB/s) 2022-11-25T12:11:38.9954015Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc 2022-11-25T12:11:39.1325579Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:39.1334591Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc 2022-11-25T12:11:39.2699082Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-javadoc.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:39.2709921Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc 2022-11-25T12:11:39.4074948Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0-javadoc.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:39.4084529Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar 2022-11-25T12:11:39.8637056Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.jar (13 kB at 28 kB/s) 2022-11-25T12:11:39.8651243Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom 2022-11-25T12:11:40.2722409Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-junit-extension/1.1.0/eze-junit-extension-1.1.0.pom (2.3 kB at 5.6 kB/s) 2022-11-25T12:11:40.2741440Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar 2022-11-25T12:11:40.6869414Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-sources.jar (37 kB at 89 kB/s) 2022-11-25T12:11:40.6882463Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc 2022-11-25T12:11:40.8253059Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/agent/1.1.0/agent-1.1.0-sources.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:40.8266816Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar 2022-11-25T12:11:41.2355066Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze/1.1.0/eze-1.1.0-javadoc.jar (318 B at 777 B/s) 2022-11-25T12:11:41.2367922Z [INFO] Uploading to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc 2022-11-25T12:11:41.3741868Z [INFO] Uploaded to central: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgcamunda-2286/org/camunda/community/eze-root/1.1.0/eze-root-1.1.0-javadoc.jar.asc (488 B at 3.6 kB/s) 2022-11-25T12:11:41.3743639Z [INFO] * Upload of locally staged artifacts finished. 2022-11-25T12:11:41.3745877Z [INFO] * Closing staging repository with ID "orgcamunda-2286". ```

In this log we can see that it first does a default-deploy, which deploys to the Camunda Repository. After this another default-deploy happens. This is to Maven Central. After this it does another deploy-to-maven-central deployment straight away, which again deploys to Maven Central.

I believe the reason for this is that there are 2 profiles defined in the action:

echo "Deploy release to Maven Central using profiles ${{inputs.release-profile}}, ${{inputs.central-release-profile}}"
mvn -B ${RELEASE_PROFILE} ${CENTRAL_RELEASE_PROFILE} ${{ inputs.maven-additional-options }} -DautoReleaseAfterClose=${{ inputs.maven-auto-release-after-close }} -DskipTests -DnexusUrl=https://${{inputs.maven-url}}/ ${{ inputs.maven-release-options }} deploy

The RELEASE_PROFILE causes the default-deploy and the CENTRAL_RELEASE_PROFILE causes the deploy-to-maven-central. According to the community-hub-release-parent the default-deploy should deploy to the Camunda Repository. Hence we don't expect it during the execution of this command at all. I believe the RELEASE_PROFILE should be removed from it.

This is quite an annoying bug, because at the moment when we are doing a release the repository shows up twice. This causes a lot of confusion.

remcowesterhoud commented 1 year ago

@berndruecker I've made a mistake. This fix doesn't resolve this issue and is now breaking things. We should revert this!

The real problem resides in the community-hub-release-parent.pom. I will create a PR to revert the changes

berndruecker commented 1 year ago

So I think you reverted the code and we removed the release & tag - so reverted properly - correct?

remcowesterhoud commented 1 year ago

Yep that should be fine. Sorry for this hassle 🙇 I'll close this issue.