All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.sitebricks.cloud.mix.CloudbeesMix Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.cloud.mix;

import java.util.Map;
import java.util.Set;

/**
 * Component mix for cloudbess maven plugin.
 *
 * @author [email protected] (Dhanji R. Prasanna)
 */
class CloudbeesMix implements Mix {
  @Override
  public void mix(Map properties, Set deps) throws Exception {
    MavenRepository repository = new MavenRepository("cloudbees-public-release",
        "http://repository-cloudbees.forge.cloudbees.com/public-release");
    repository.setType("pluginRepo");
    deps.add(repository);
    deps.add(new MavenPlugin("com.cloudbees", "bees-maven-plugin", "1.3.2"));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy