Class Prerequisites

    • Constructor Summary

      Constructors

      Constructor and Description
      Prerequisites()
       
    • Method Summary

      Modifier and Type Method and Description
      Prerequisites clone()
      Method clone.
      InputLocation getLocation(Object key)
      Gets the location of the specified field in the input source.
      String getMaven()
      Get for a plugin project, the minimum version of Maven required to use the resulting plugin.
      For specifying the minimum version of Maven required to build a project, this element is deprecated.
      void setLocation(Object key, InputLocation location)
      Sets the location of the specified field.
      void setMaven(String maven)
      Set for a plugin project, the minimum version of Maven required to use the resulting plugin.
      For specifying the minimum version of Maven required to build a project, this element is deprecated.
    • Constructor Detail

      • Prerequisites

        public Prerequisites()
    • Method Detail

      • getMaven

        public String getMaven()
        Get for a plugin project, the minimum version of Maven required to use the resulting plugin.
        For specifying the minimum version of Maven required to build a project, this element is deprecated. Use the Maven Enforcer Plugin's requireMavenVersion rule instead.
        Returns:
        String
      • setMaven

        public void setMaven(String maven)
        Set for a plugin project, the minimum version of Maven required to use the resulting plugin.
        For specifying the minimum version of Maven required to build a project, this element is deprecated. Use the Maven Enforcer Plugin's requireMavenVersion rule instead.
        Parameters:
        maven -