public class MavenDependenciesProcessorTask extends Task<MavenDependenciesProcessorTask,MavenDependenciesProcessorTaskProperties>
conditions, description, requirements, taskEnabled| Constructor and Description |
|---|
MavenDependenciesProcessorTask() |
| Modifier and Type | Method and Description |
|---|---|
MavenDependenciesProcessorTask |
alternatePathForTheGlobalSettingsFile(String alternatePathForTheGlobalSettingsFile)
Specify alternative location for global settings file.
|
MavenDependenciesProcessorTask |
alternatePathForTheUserSettingsFile(String alternatePathForTheUserSettingsFile)
Specify alternative location for user settings file.
|
protected MavenDependenciesProcessorTaskProperties |
build() |
MavenDependenciesProcessorTask |
overrideProjectFile(String overrideProjectFile)
Path to the project file, relative to the working subdirectory.
|
MavenDependenciesProcessorTask |
pathToMavenLocalRepository(String pathToMavenLocalRepository)
Specify alternative location for Maven local repository.
|
MavenDependenciesProcessorTask |
workingSubdirectory(String workingSubdirectory)
Specify an alternative subdirectory as working directory for the task.
|
conditions, description, enabled, requirementspublic MavenDependenciesProcessorTask overrideProjectFile(@Nullable String overrideProjectFile)
public MavenDependenciesProcessorTask workingSubdirectory(@Nullable String workingSubdirectory)
public MavenDependenciesProcessorTask alternatePathForTheGlobalSettingsFile(@Nullable String alternatePathForTheGlobalSettingsFile)
public MavenDependenciesProcessorTask alternatePathForTheUserSettingsFile(@Nullable String alternatePathForTheUserSettingsFile)
public MavenDependenciesProcessorTask pathToMavenLocalRepository(@Nullable String pathToMavenLocalRepository)
@NotNull protected MavenDependenciesProcessorTaskProperties build()
build in class Task<MavenDependenciesProcessorTask,MavenDependenciesProcessorTaskProperties>Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.