This commit is contained in:
Jason van Zyl 2008-11-27 05:17:27 +00:00
parent dac9668fbd
commit 337021834b
2 changed files with 13 additions and 1 deletions

View File

@ -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;
}
}