Class DeploymentRepository

java.lang.Object
org.apache.maven.model.RepositoryBase
org.apache.maven.model.DeploymentRepository
All Implemented Interfaces:
Serializable

public class DeploymentRepository extends RepositoryBase implements Serializable
Repository contains the information needed for deploying to the remote repository.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • uniqueVersion

      private boolean uniqueVersion
      Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
  • Constructor Details

    • DeploymentRepository

      public DeploymentRepository()
  • Method Details

    • isUniqueVersion

      public boolean isUniqueVersion()
      Get whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
      Returns:
      boolean
    • setUniqueVersion

      public void setUniqueVersion(boolean uniqueVersion)
      Set whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
      Parameters:
      uniqueVersion - a uniqueVersion object.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class RepositoryBase
      See Also: