Skip to content
View sualeh's full-sized avatar
⚠️
404 Not Found
⚠️
404 Not Found

Sponsors

@GavinRay97
Block or Report

Block or report sualeh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sualeh/.md

Pinned

  1. schemacrawler/SchemaCrawler schemacrawler/SchemaCrawler Public

    Free database schema discovery and comprehension tool

    Java 1.6k 196

  2. magnetictrackparser magnetictrackparser Public

    Java library that can parse magnetic stripes from a bank issued credit card.

    Java 74 34

  3. introduction-to-mutation-testing introduction-to-mutation-testing Public

    Introduction to Mutation Testing

    C# 21 5

  4. creditcardnumber creditcardnumber Public

    Java library that can provide details of a bank issued credit card number

    Java 65 30

  5. What-a-Character What-a-Character Public

    Code snippets for testing and understanding Java support for Unicode

    Jupyter Notebook 4 2

  6. How to Sign and Release to The Centr... How to Sign and Release to The Central Repository with GitHub Actions
    1
    # How to Sign and Release to The Central Repository with GitHub Actions
    2
    
    
    3
    GitHub allows automated builds using [GitHub Actions](https://help.github.com/en/actions). A commonly asked question is how to release artifacts (packaged Java jars) built by Maven and Gradle to [The Central Repository](https://central.sonatype.com/search). The GitHub Actions documentation provides only part of the answer.
    4
    
    
    5
    So, first, configure your Maven project for staging artifacts to The Central Repository, by reading through [Configuring Your Project for Deployment](https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment) and following those steps. Please make sure that the maven-gpg-plugin is configured to prevent `gpg` from using PIN entry programs, as follows: