Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jca-dev] 2.1.0-RC1 removed from staging

On Sun, 27 Feb 2022 at 13:57, Steve Millidge (Payara)
<steve.millidge@xxxxxxxxxxx> wrote:
>
> Not sure where it went!

Too few words for me to fully understand the above message.

This build
  https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/console
which is still running
executed:

+ echo '-[ Drop old staging repository deployments
]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.resource:jakarta\.resource-api:2\.1\.0'
++ awk '{print $2}'
...
+ for staging_key in $(mvn -B nexus-staging:rc-list | egrep "^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${STAGING_KEY}" | awk '{print $2}')
+ echo 'Repository ID: jakartaresource-1006'
Repository ID: jakartaresource-1006
+ mvn -U -C -B -Pstaging -DstagingRepositoryId=jakartaresource-1006
nexus-staging::rc-drop
[INFO] Scanning for projects...
...
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/,
is version 2.14.21-02 and edition "Professional"
[INFO] RC-Dropping staging repository with IDs=[jakartaresource-1006]
[INFO] Dropped
[INFO] ------------------------------------------------------------------------

This seems to be not parameterized action
  https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/parameters/
so I assume it's done always (keeping only one jakartaresource-X in
https://jakarta.oss.sonatype.org/content/repositories/).

-- 
Piotrek


Back to the top