public class DefaultMavenProjectHelper extends Object implements MavenProjectHelper
ROLE| Constructor and Description |
|---|
DefaultMavenProjectHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes) |
void |
addTestResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes) |
void |
attachArtifact(MavenProject project,
File artifactFile,
String artifactClassifier) |
void |
attachArtifact(MavenProject project,
String artifactType,
File artifactFile) |
void |
attachArtifact(MavenProject project,
String artifactType,
String artifactClassifier,
File artifactFile) |
public void attachArtifact(MavenProject project, String artifactType, String artifactClassifier, File artifactFile)
attachArtifact in interface MavenProjectHelperpublic void attachArtifact(MavenProject project, String artifactType, File artifactFile)
attachArtifact in interface MavenProjectHelperpublic void attachArtifact(MavenProject project, File artifactFile, String artifactClassifier)
attachArtifact in interface MavenProjectHelperpublic void addResource(MavenProject project, String resourceDirectory, List includes, List excludes)
addResource in interface MavenProjectHelperpublic void addTestResource(MavenProject project, String resourceDirectory, List includes, List excludes)
addTestResource in interface MavenProjectHelperCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.