mirror of https://github.com/apache/maven.git
v3 consistency
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7b0c7069e
commit
7b0fdd7222
|
@ -547,6 +547,15 @@
|
||||||
</description>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>integrationUnitTestSourceDirectory</name>
|
||||||
|
<version>3.0.0+</version>
|
||||||
|
<description>
|
||||||
|
This element specifies a directory containing integration test
|
||||||
|
sources of the project.
|
||||||
|
</description>
|
||||||
|
<type>String</type>
|
||||||
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>sourceModifications</name>
|
<name>sourceModifications</name>
|
||||||
<version>3.0.0+</version>
|
<version>3.0.0+</version>
|
||||||
|
@ -1261,6 +1270,22 @@
|
||||||
<defaultValue>false</defaultValue>
|
<defaultValue>false</defaultValue>
|
||||||
</field>
|
</field>
|
||||||
</fields>
|
</fields>
|
||||||
|
<codeSegments>
|
||||||
|
<codeSegment>
|
||||||
|
<version>3.0.0+</version>
|
||||||
|
<code>
|
||||||
|
public boolean isFiltering()
|
||||||
|
{
|
||||||
|
return !"false".equals( filtering );
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setFiltering( boolean filtering )
|
||||||
|
{
|
||||||
|
this.filtering = ( filtering ? "true" : "false" );
|
||||||
|
}
|
||||||
|
</code>
|
||||||
|
</codeSegment>
|
||||||
|
</codeSegments>
|
||||||
</class>
|
</class>
|
||||||
<class>
|
<class>
|
||||||
<name>SourceModification</name>
|
<name>SourceModification</name>
|
||||||
|
@ -1438,7 +1463,7 @@
|
||||||
</class>
|
</class>
|
||||||
<class>
|
<class>
|
||||||
<name>GoalDecorator</name>
|
<name>GoalDecorator</name>
|
||||||
<version>3.0.0+</version>
|
<version>4.0.0</version>
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
|
|
Loading…
Reference in New Issue