#axon-kafka-terminal
Implementation of axon-framework terminal using Kafka (a distributed event bus).
-
Specify values for the required properties in
gradle.properties
file. -
Ensure to do not propagate credentials on the public repository with this instruction :
git update-index --assume-unchanged gradle.properties
(You can reverse with--no-assume-unchanged
option). -
Upload artifact to Nexus :
gradle uploadArchives -P<release|ci>
. :warning: Without specified properties then the artifact will be uploaded locally.