mirror of https://github.com/apache/maven.git
Forgot to open up these two methods via the interface...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@331872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f562d4c87
commit
56a2d33505
|
@ -23,6 +23,10 @@ public interface MavenProjectHelper
|
|||
{
|
||||
String ROLE = MavenProjectHelper.class.getName();
|
||||
|
||||
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 );
|
||||
|
||||
void addResource( MavenProject project, String resourceDirectory, List includes, List excludes );
|
||||
|
|
Loading…
Reference in New Issue