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:
- 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)
- mvn dependency:go-offline (Download all Dependencies required)
- mvn -o clean install (Creates JAR File)