Class MavenTask


public class MavenTask extends Task<MavenTask,MavenTaskProperties>
Maven 2/3 build task builder.
  • Field Details

    • MAVEN_V2

      public static final int MAVEN_V2
      See Also:
    • MAVEN_V3

      public static final int MAVEN_V3
      See Also:
    • goal

      @NotNull protected @NotNull String goal
    • projectFile

      @Nullable protected @Nullable String projectFile
    • environmentVariables

      @Nullable protected @Nullable String environmentVariables
    • jdk

      @Nullable protected @Nullable String jdk
    • label

      @Nullable protected @Nullable String label
    • hasTests

      protected boolean hasTests
    • testDirectoryOption

      @Nullable protected @Nullable MavenTask.TestDirectoryOption testDirectoryOption
    • testResultsDirectory

      @Nullable protected @Nullable String testResultsDirectory
    • workingSubdirectory

      @Nullable protected @Nullable String workingSubdirectory
    • useMavenReturnCode

      protected boolean useMavenReturnCode
    • version

      protected int version
  • Constructor Details

    • MavenTask

      public MavenTask()
  • Method Details