public class MavenProjectInformation extends Object implements ProjectInformation
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Path |
getBuildDirectory() |
String |
getClassifier() |
List<Deployment> |
getDeployments() |
Pom |
getEffectivePom() |
Optional<ExchangeRepositoryMetadata> |
getExchangeRepositoryMetadata() |
String |
getGroupId() |
String |
getPackaging() |
Project |
getProject() |
Path |
getProjectBaseFolder() |
static MavenProjectInformation |
getProjectInformation(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
File projectBaseFolder,
boolean testJar,
List<Deployment> deployments,
String classifier) |
static MavenProjectInformation |
getProjectInformation(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
File projectBaseFolder,
boolean testJar,
List<Deployment> deployments,
String classifier,
List<String> customDomains) |
String |
getVersion() |
boolean |
isDeployment() |
boolean |
isTestProject() |
public static MavenProjectInformation getProjectInformation(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, File projectBaseFolder, boolean testJar, List<Deployment> deployments, String classifier)
public static MavenProjectInformation getProjectInformation(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, File projectBaseFolder, boolean testJar, List<Deployment> deployments, String classifier, List<String> customDomains)
public String getGroupId()
getGroupId in interface ProjectInformationpublic String getArtifactId()
getArtifactId in interface ProjectInformationpublic String getVersion()
getVersion in interface ProjectInformationpublic String getClassifier()
getClassifier in interface ProjectInformationpublic String getPackaging()
getPackaging in interface ProjectInformationpublic Path getProjectBaseFolder()
getProjectBaseFolder in interface ProjectInformationpublic Path getBuildDirectory()
getBuildDirectory in interface ProjectInformationpublic boolean isTestProject()
isTestProject in interface ProjectInformationpublic Project getProject()
getProject in interface ProjectInformationpublic Optional<ExchangeRepositoryMetadata> getExchangeRepositoryMetadata()
getExchangeRepositoryMetadata in interface ProjectInformationpublic boolean isDeployment()
isDeployment in interface ProjectInformationpublic List<Deployment> getDeployments()
getDeployments in interface ProjectInformationpublic Pom getEffectivePom()
getEffectivePom in interface ProjectInformationCopyright © 2024 MuleSoft Inc. All rights reserved.