Dear Apache Infrastructure team,
(cc: Apache Training, Apache Wayang)

I intend to work on the release of Apache Training tools (1.1.0) and Apache
Wayang (1.0),
but both actions are blocked by me not being able to run the mvn release
commands.

I share my settings.xml file without passwords. Running the mvn command
failed with an access permission error.

Also, I was not able to delete a tag I have created during this process,
but even without access to Github, maybe some one from the project can run
this cleanup step on Github.

Could someone from the ASF infrastructure team please check if my account
has the rights to run a release?

Many thanks.
Cheers,
Mirko




<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd";>
  <servers>
    <!-- To publish a snapshot -->
    <server>
      <id>apache.snapshots.https</id>
      <username>[email protected]</username>

<password>{8ua6FgOJhWUHf6rW25n5LTnSkAZBQLHRpVEToAU7L3vJz3HEZ060JCdNtau1XUFh}</password>
    </server>

    <!-- To stage a release -->
    <server>
      <id>apache.staging.https</id>
      <username>*[email protected] <[email protected]>*</username>
      <password>...</password>
    </server>

  <server>
    <id>apache.releases.https</id>
    <username>*[email protected] <[email protected]>*</username>
    <password>...</password>
  </server>

 </servers>
 <profiles>
    <profile>
      <id>apache-release</id>
      <properties>
        <!-- gpg list-keys will show you your keyname ( something like
00A5F21E) -->
        <gpg.keyname>*0AAE0B604D28117C*</gpg.keyname>
        <gpg.passphrase>...</gpg.passphrase>
      </properties>
    </profile>
  </profiles>
</settings>

Am So., 18. Feb. 2024 um 17:02 Uhr schrieb Mirko Kämpf <
[email protected]>:

> Hey Apache Infrastructure team,
>
> I am preparing the release of the tools package in the Apache Training
> project.
> Unfortunately I am blocked by missing access permissions.
>
> (1) I can't delete a tag in the Github repository.
>
> [image: image.png]
>
> (2) I am not able to release the package because probably my user "kamir"
> has not yet access to Nexus.
>
> Would somebody please do the onboarding of my account in the systems I
> need access to do a release.
> Currently I am the RM in Apache Training and in Apache Wayang.
>
> Many thanks.
> Cheers,
> Mirko
>
>
>
>
> --
>
> Dr. rer. nat. Mirko Kämpf
> Müchelner Str. 23
> 06259 Frankleben
>
>

-- 

Dr. rer. nat. Mirko Kämpf
Müchelner Str. 23
06259 Frankleben

Reply via email to