36373839404142
* * @param options the options the Integrator should use * @return an Integrator to be used with Maven2 configured with the given options. */ public static Integrator newMavenIntegrator(CIOptions options) { return new MavenIntegrator(options); }