org.apache.maven.project
Class DefaultMavenProjectHelper
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.project.DefaultMavenProjectHelper
- All Implemented Interfaces:
- MavenProjectHelper, LogEnabled
@Component(role=MavenProjectHelper.class)
public class DefaultMavenProjectHelper
- extends AbstractLogEnabled
- implements MavenProjectHelper
Method Summary |
void |
addResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
|
void |
addTestResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
|
void |
attachArtifact(MavenProject project,
Artifact artifact)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMavenProjectHelper
public DefaultMavenProjectHelper()
attachArtifact
public void attachArtifact(MavenProject project,
String artifactType,
String artifactClassifier,
File artifactFile)
- Specified by:
attachArtifact
in interface MavenProjectHelper
attachArtifact
public void attachArtifact(MavenProject project,
String artifactType,
File artifactFile)
- Specified by:
attachArtifact
in interface MavenProjectHelper
attachArtifact
public void attachArtifact(MavenProject project,
File artifactFile,
String artifactClassifier)
- Specified by:
attachArtifact
in interface MavenProjectHelper
attachArtifact
public void attachArtifact(MavenProject project,
Artifact artifact)
addResource
public void addResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
- Specified by:
addResource
in interface MavenProjectHelper
addTestResource
public void addTestResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
- Specified by:
addTestResource
in interface MavenProjectHelper
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.