MavenVerticleFactory()
Creates an instance of MavenVerticleFactory using the system properties to initialize the ResolverOptions. It uses the default resolver implementation.
MavenVerticleFactory(options: ResolverOptions)
Creates an instance of MavenVerticleFactory with the given resolution options. It uses the default resolver implementation.
MavenVerticleFactory(resolver: Resolver)
Creates an instance of MavenVerticleFactory with a custom Resolver. The resolver must already be configured.