Skip to content

viadeo/axon-kafka-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#axon-kafka-terminal

Implementation of axon-framework terminal using Kafka (a distributed event bus).

Build Status

How to deploy Snapshots/Releases to Sonatype OSS Repository

  1. Specify values for the required properties in gradle.properties file.

  2. 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).

  3. Upload artifact to Nexus : gradle uploadArchives -P<release|ci>. :warning: Without specified properties then the artifact will be uploaded locally.

Resources