mirror of https://github.com/apache/maven.git
o forgot to add the file provided by Igor's patch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e2b77c10f
commit
00c2d5486f
|
@ -0,0 +1,12 @@
|
|||
package org.apache.maven;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public interface ArtifactFilterManagerDelegate
|
||||
{
|
||||
|
||||
void addExcludes( Set<String> excludes );
|
||||
|
||||
void addCoreExcludes( Set<String> excludes );
|
||||
|
||||
}
|
Loading…
Reference in New Issue