From 057a0483979c9ca46551d10ec9bb0cc30d00357f Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Fri, 2 Oct 2020 11:17:15 -0300 Subject: [PATCH] Add note to README to clarify that java-spiffe-helper artifact is published to Github releases. Signed-off-by: Max Lambrecht --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fbed75e..36a2cc4 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,13 @@ Using Gradle: runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.6.2' ``` +### Note: `java-spiffe-helper` artifact + +As the [java-spiffe-helper](java-spiffe-helper/README.md) artifact is meant to be used as a standalone JAR and not as a Maven dependency, +it is not published to Maven Central, but to [Github releases](https://github.com/spiffe/java-spiffe/releases/tag/v0.6.2), for both +[Linux](https://github.com/spiffe/java-spiffe/releases/download/v0.6.2/java-spiffe-helper-0.6.2-linux-x86_64.jar) and +[MacOS](https://github.com/spiffe/java-spiffe/releases/download/v0.6.2/java-spiffe-helper-0.6.2-osx-x86_64.jar) versions. + ### Build the JARs On Linux or MacOS, run: