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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -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.xUri , null));
|
||||||
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.name , "foo"));
|
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.name , "foo"));
|
||||||
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.value , "bars"));
|
modelProperties.add(new ModelProperty(ProjectUri.Profiles.Profile.Activation.Property.value , "bars"));
|
||||||
|
|
||||||
ModelContainer modelContainer = new DefaultModelContainer(modelProperties);
|
ModelContainer modelContainer = new DefaultModelContainer(modelProperties);
|
||||||
|
|
||||||
List<InterpolatorProperty> props = new ArrayList<InterpolatorProperty>();
|
List<InterpolatorProperty> props = new ArrayList<InterpolatorProperty>();
|
||||||
|
|
Loading…
Reference in New Issue