Java org.apache.maven.project MavenProjectHelper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.project MavenProjectHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.project MavenProjectHelper.

The text is from its open source code.

Implementation

org.apache.maven.project.MavenProjectHelper has the following implementations.
Click this link to see all its implementation.

Field

StringROLE

Method

voidaddResource(MavenProject project, String resourceDirectory, List includes, List excludes)
Add a resource directory to the project.
voidattachArtifact(MavenProject project, String artifactType, String artifactClassifier, File artifactFile)
Add or replace an artifact to the current project.
voidattachArtifact(MavenProject project, File artifactFile, String artifactClassifier)
See #attachArtifact(MavenProject,String,String,java.io.File) , but with type set to null.
voidattachArtifact(MavenProject project, String artifactType, File artifactFile)
* See #attachArtifact(MavenProject,String,String,java.io.File) , but with classifier set to null.