This commit is contained in:
Jason van Zyl 2008-11-27 05:16:20 +00:00
parent 975ebc7c0c
commit dac9668fbd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import org.apache.maven.shared.model.DomainModel;
public class EnforcerPomTest
{
public void testConstructionOfTheEnforcerPom()
throws Exception
{
DomainModel model = null;
}
}