From e48e97dcb648f7c435ad46e756c524d76994ce10 Mon Sep 17 00:00:00 2001 From: Stanislav Hadjiiski Date: Tue, 26 Jun 2018 11:14:11 +0300 Subject: [PATCH] Document that os-maven-plugin is needed to resolve dependencies The main pom.xml of microbean-helm depends on io.netty:netty-tcnative-boringssl-static:jar:${os.detected.classifier} where the os.detected.classifier property is computed by the os-maven-plugin. This commit updates the README.md to reflect the need of the os-maven-plugin. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac12f404..d076b9da 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ To install microBean Helm, simply include it as a dependency in your project. If you're using Maven, the dependency stanza should look like this: +``` + + + + kr.motd.maven + + os-maven-plugin + 1.5.0.Final + + + + org.microbean microbean-helm @@ -35,7 +47,8 @@ like this: 2.8.2.1.1.0 jar - +``` + Releases are [available in Maven Central][10]. Snapshots are available in [Sonatype Snapshots][11].