Uses of Class
com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Packages that use MavenDependenciesProcessorTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of MavenDependenciesProcessorTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MavenDependenciesProcessorTaskModifier and TypeMethodDescriptionMavenDependenciesProcessorTask.alternatePathForTheGlobalSettingsFile(@Nullable String alternatePathForTheGlobalSettingsFile) Specify alternative location for global settings file.MavenDependenciesProcessorTask.alternatePathForTheUserSettingsFile(@Nullable String alternatePathForTheUserSettingsFile) Specify alternative location for user settings file.MavenDependenciesProcessorTask.overrideProjectFile(@Nullable String overrideProjectFile) Path to the project file, relative to the working subdirectory.MavenDependenciesProcessorTask.pathToMavenLocalRepository(@Nullable String pathToMavenLocalRepository) Specify alternative location for Maven local repository.MavenDependenciesProcessorTask.workingSubdirectory(@Nullable String workingSubdirectory) Specify an alternative subdirectory as working directory for the task.