Class MavenDependenciesProcessorTask

    • Constructor Detail

      • MavenDependenciesProcessorTask

        public MavenDependenciesProcessorTask()
    • Method Detail

      • overrideProjectFile

        public MavenDependenciesProcessorTask overrideProjectFile​(@Nullable
                                                                  @Nullable java.lang.String overrideProjectFile)
        Path to the project file, relative to the working subdirectory. If left blank Maven will use the pom.xml in the root of the working subdirectory
      • workingSubdirectory

        public MavenDependenciesProcessorTask workingSubdirectory​(@Nullable
                                                                  @Nullable java.lang.String workingSubdirectory)
        Specify an alternative subdirectory as working directory for the task.
      • alternatePathForTheGlobalSettingsFile

        public MavenDependenciesProcessorTask alternatePathForTheGlobalSettingsFile​(@Nullable
                                                                                    @Nullable java.lang.String alternatePathForTheGlobalSettingsFile)
        Specify alternative location for global settings file. If left blank builtin Maven settings will be used.
      • alternatePathForTheUserSettingsFile

        public MavenDependenciesProcessorTask alternatePathForTheUserSettingsFile​(@Nullable
                                                                                  @Nullable java.lang.String alternatePathForTheUserSettingsFile)
        Specify alternative location for user settings file. If left blank $HOME/.m2/settings.xml will be used.
      • pathToMavenLocalRepository

        public MavenDependenciesProcessorTask pathToMavenLocalRepository​(@Nullable
                                                                         @Nullable java.lang.String pathToMavenLocalRepository)
        Specify alternative location for Maven local repository. If left blank location will be established using configuration files and default value of $HOME/.m2/repository.