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).