Incubator modules missing in maven?

I can’t seem to find the incubator modules on the maven repositories.

gradle:
compile(‘org.axonframework.incubator:axon-mongo:1.2-SNAPSHOT’)

mavenRepo urls: “http://oss.sonatype.org/content/groups/public

Should they be available there or am I supposed to compile them from source/download them manually?

Hi Ted,

that was a mistake (for some of the incubator modules) on my part. I have just deployed the snapshot version of the (usable) incubator modules to the repository. You should be able to access them now.

Thanks!

Allard