mirror of https://github.com/apache/maven.git
o remove ROLE field, will use a class reference instead.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcc654c709
commit
37976eec7d
|
@ -24,8 +24,6 @@ import java.util.List;
|
|||
|
||||
public interface MavenProjectBuilder
|
||||
{
|
||||
String ROLE = MavenProjectBuilder.class.getName();
|
||||
|
||||
String STANDALONE_SUPERPOM_GROUPID = "org.apache.maven";
|
||||
|
||||
String STANDALONE_SUPERPOM_ARTIFACTID = "super-pom";
|
||||
|
|
Loading…
Reference in New Issue