mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dac9668fbd
commit
337021834b
|
@ -0,0 +1,12 @@
|
||||||
|
package org.apache.maven.project.builder;
|
||||||
|
|
||||||
|
import org.apache.maven.shared.model.DomainModel;
|
||||||
|
|
||||||
|
public class EnforcerPomTest
|
||||||
|
{
|
||||||
|
public void testConstructionOfTheEnforcerPom()
|
||||||
|
throws Exception
|
||||||
|
{
|
||||||
|
DomainModel model = null;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue