Class DistributionManagementCheck


  • public class DistributionManagementCheck
    extends java.lang.Object
    • Field Detail

      • distributionManagement

        private org.apache.maven.model.DistributionManagement distributionManagement
    • Constructor Detail

      • DistributionManagementCheck

        public DistributionManagementCheck​(org.apache.maven.project.MavenProject project)
    • Method Detail

      • hasRepository

        private boolean hasRepository()
      • getDistributionManagement

        public org.apache.maven.model.DistributionManagement getDistributionManagement()
      • setDistributionManagement

        public void setDistributionManagement​(org.apache.maven.model.DistributionManagement distributionManagement)
      • hasSnapshotRepository

        private boolean hasSnapshotRepository()
      • hasSite

        private boolean hasSite()
      • hasDistributionManagement

        private boolean hasDistributionManagement()