diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index 4a5ad3755d..51ba218ce9 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -547,6 +547,15 @@ String + + integrationUnitTestSourceDirectory + 3.0.0+ + + This element specifies a directory containing integration test + sources of the project. + + String + sourceModifications 3.0.0+ @@ -1261,6 +1270,22 @@ false + + + 3.0.0+ + + public boolean isFiltering() + { + return !"false".equals( filtering ); + } + + public void setFiltering( boolean filtering ) + { + this.filtering = ( filtering ? "true" : "false" ); + } + + + SourceModification @@ -1438,7 +1463,7 @@ GoalDecorator - 3.0.0+ + 4.0.0 name