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