Class ProjectVersioning

java.lang.Object
org.apache.maven.buildcache.xml.config.ProjectVersioning
All Implemented Interfaces:
Serializable

public class ProjectVersioning extends Object implements Serializable
Class ProjectVersioning.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • ProjectVersioning

      public ProjectVersioning()
  • Method Details

    • isAdjustMetaInf

      public boolean isAdjustMetaInf()
      Get determines whether version in metadata must be changed according to building project version.
      Returns:
      boolean
    • isCalculateProjectVersionChecksum

      public boolean isCalculateProjectVersionChecksum()
      Get determines whether project version should be included to calculate checksum input.
      Returns:
      boolean
    • setAdjustMetaInf

      public void setAdjustMetaInf(boolean adjustMetaInf)
      Set determines whether version in metadata must be changed according to building project version.
      Parameters:
      adjustMetaInf - a adjustMetaInf object.
    • setCalculateProjectVersionChecksum

      public void setCalculateProjectVersionChecksum(boolean calculateProjectVersionChecksum)
      Set determines whether project version should be included to calculate checksum input.
      Parameters:
      calculateProjectVersionChecksum - a calculateProjectVersionChecksum object.