Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 586 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 586 Bytes

Test_Of_Offline

this repo includes a test project of kafka stream and all its required dependencies to create a jar offline.

in order to accompish this you will need to run the folowing commands on you finished project with ethernet connection:

  1. mvn assembly:help compiler:help enforcer:help exec:help failsafe:help install:help jar:help resources:help surefire:help (Downloads basic plugins make sure the one you use are included)

  2. mvn dependency:go-offline (Download all Dependencies required)

  3. mvn -o clean install (Creates JAR File)