AxonIQ/axon-server-se

provide axonserver-cli on maven central

jangalinski opened this issue · 0 comments

I have two use cases:

  • automated plugin upload/activation during (testcontainer) integration tests
  • scripted setup of axon server for deployment on stages (setting up contexts, users, ...)

where I could use scripted access to the cli-jar. So far, it does not seem to be on maven central, so I either have to download a server distro that contains the jar or build/install the desired tag-branch of axonserver-se locally.

Can you publish the jar on cantral, so I can access it via pom or automated download via maven gav schema?