Package org.apache.maven.internal.impl
Class DefaultProject
java.lang.Object
org.apache.maven.internal.impl.DefaultProject
- All Implemented Interfaces:
Project
-
Constructor Details
-
DefaultProject
-
-
Method Details
-
getSession
-
getProject
-
getGroupId
- Specified by:
getGroupId
in interfaceProject
-
getArtifactId
- Specified by:
getArtifactId
in interfaceProject
-
getVersion
- Specified by:
getVersion
in interfaceProject
-
getArtifact
- Specified by:
getArtifact
in interfaceProject
-
getPackaging
- Specified by:
getPackaging
in interfaceProject
-
getModel
@Nonnull public org.apache.maven.api.model.Model getModel() -
getPomPath
- Specified by:
getPomPath
in interfaceProject
-
getDependencies
- Specified by:
getDependencies
in interfaceProject
-
getManagedDependencies
- Specified by:
getManagedDependencies
in interfaceProject
-
isExecutionRoot
public boolean isExecutionRoot()- Specified by:
isExecutionRoot
in interfaceProject
-
getParent
-
getRemoteProjectRepositories
- Specified by:
getRemoteProjectRepositories
in interfaceProject
-
getRemotePluginRepositories
- Specified by:
getRemotePluginRepositories
in interfaceProject
-