Uses of Class
org.apache.maven.api.plugin.testing.stubs.ProjectStub
-
Uses of ProjectStub in org.apache.maven.api.plugin.testing.stubs
Modifier and TypeMethodDescriptionProjectStub.addProperty
(String key, String value) ProjectStub.setArtifactId
(String artifactId) ProjectStub.setBasedir
(Path basedir) ProjectStub.setDescription
(String desc) ProjectStub.setGroupId
(String groupId) ProjectStub.setMainArtifact
(org.apache.maven.api.ProducedArtifact mainArtifact) ProjectStub.setMavenModel
(org.apache.maven.model.Model model) ProjectStub.setPackaging
(String packaging) ProjectStub.setPomPath
(Path pomPath) ProjectStub.setRootDirectory
(Path rootDirectory) ProjectStub.setTopProject
(boolean topProject) ProjectStub.setVersion
(String version)