Is there an Axon Ivy repository for maven?
I try to setup a maven build workflow both for continuous integration and for build release. So I try to build present project with Maven but face this issue
Failed to execute goal on project MyProject: Could not resolve dependencies for project MyProject:MyProject:iar:9.0.0-SNAPSHOT: Failed to collect dependencies at ch.ivyteam.ivy.addons:ch.ivyteam.ivy.addons:iar:[6000000.0.0-SNAPSHOT,): No versions available for ch.ivyteam.ivy.addons:ch.ivyteam.ivy.addons:iar:[6000000.0.0-SNAPSHOT,) within specified range -> [Help 1]
I've try several combination of version but I I think the issue is only that there is no repository know to my maven installation containing ivy.addons.
I can hack it by installing ivy.addons locally but this kind of suck since we will have to manually install them forever, it kinda kill the idea of automatic dependence resolution if we have to install them every time.
So is there a repository for Maven to download Axon dependencies?
Thanks!