mirror of https://github.com/apache/maven.git
comment on placement issue
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fea9f2ac53
commit
143f33b701
|
@ -23,6 +23,8 @@ import org.apache.maven.model.Dependency;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
// TODO: packaging is very confusing - this isn't in artifact after all
|
||||
|
||||
public interface ArtifactFactory
|
||||
{
|
||||
static String ROLE = ArtifactFactory.class.getName();
|
||||
|
|
|
@ -26,6 +26,8 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
// TODO: packaging is very confusing - this isn't in artifact after all
|
||||
|
||||
public class DefaultArtifactFactory
|
||||
implements ArtifactFactory
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue