@Experimental public interface Project
ProjectBuilder
service.Modifier and Type | Method and Description |
---|---|
Artifact |
getArtifact() |
String |
getArtifactId() |
default Optional<Path> |
getBasedir() |
default Build |
getBuild() |
List<DependencyCoordinate> |
getDependencies() |
String |
getGroupId() |
default String |
getId() |
List<DependencyCoordinate> |
getManagedDependencies() |
Model |
getModel() |
String |
getPackaging() |
Optional<Project> |
getParent() |
Optional<Path> |
getPomPath()
Returns the path to the pom file for this project.
|
List<RemoteRepository> |
getRemotePluginRepositories() |
List<RemoteRepository> |
getRemoteProjectRepositories() |
String |
getVersion() |
boolean |
isExecutionRoot() |
@Nonnull Optional<Path> getPomPath()
@Nonnull List<DependencyCoordinate> getDependencies()
@Nonnull List<DependencyCoordinate> getManagedDependencies()
boolean isExecutionRoot()
@Nonnull List<RemoteRepository> getRemoteProjectRepositories()
@Nonnull List<RemoteRepository> getRemotePluginRepositories()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.