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

View File

@ -39,7 +39,7 @@ public class PropertyMatcherTest {
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.xUri , null));
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.name , "foo"));
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.value , "bars"));
ModelContainer modelContainer = new DefaultModelContainer(modelProperties);
List<InterpolatorProperty> props = new ArrayList<InterpolatorProperty>();