You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2022/03/23 14:52:26 UTC

[kafka] 01/01: Create README.md

This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a commit to branch readme-publish
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit e81d809d05ff1203036c9c28f42f4790899d6d12
Author: John Roesler <vv...@users.noreply.github.com>
AuthorDate: Wed Mar 23 09:49:27 2022 -0500

    Create README.md
---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5e409f8..34b50f5 100644
--- a/README.md
+++ b/README.md
@@ -180,8 +180,8 @@ Please note for this to work you should create/update user maven settings (typic
      ...
 
 
-### Installing the jars to the local Maven repository ###
-The recommended command is:
+### Installing ALL the jars to the local Maven repository ###
+The recommended command to build for both Scala 2.12 and 2.13 is:
 
     ./gradlewAll publishToMavenLocal
 
@@ -189,6 +189,12 @@ For backwards compatibility, the following also works:
 
     ./gradlewAll install
 
+### Installing specific projects to the local Maven repository ###
+
+    ./gradlew -PskipSigning :streams:publishToMavenLocal
+    
+If needed, you can specify the Scala version with `-PscalaVersion=2.13`.
+
 ### Building the test jar ###
     ./gradlew testJar