Skip to content

Instantly share code, notes, and snippets.

@martinpaljak
Last active February 21, 2025 13:26
Show Gist options
  • Save martinpaljak/c77d11d671260e24eef6c39123345cae to your computer and use it in GitHub Desktop.
Save martinpaljak/c77d11d671260e24eef6c39123345cae to your computer and use it in GitHub Desktop.
javacard.pro Maven repository

My projects are regularly published to https://mvn.javacard.pro/maven/.

To use the repository, add this to your pom.xml:

<repositories>
    <repository>
        <id>javacard-pro</id>
        <url>https://mvn.javacard.pro/maven/</url>
    </repository>
</repositories>

Important

Pushes to Maven Central will not be made.

The reasons being:

  • the requirement of PGP signing
  • annoying setup procedure + Maven scaffolding
  • slow

Instead, I focus on reproducible builds with signed Git source code, trying to avoid even more dependence on cloud SaaS providers (GitHub already ticks the checkbox).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment