slawekjaranowski commented on code in PR #244:
URL: https://github.com/apache/maven-archetype/pull/244#discussion_r1862585449
##########
archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo:
##########
@@ -162,6 +162,13 @@
<required>false</required>
<description>Encoding to use when filtering content.</description>
</field>
+ <field xml.attribute="true">
+ <name>includeCondition</name>
+ <version>1.0.0+</version>
+ <type>String</type>
+ <required>false</required>
+ <description>Condition to include the fileset based on a property
value.</description>
Review Comment:
Should contains more details ...
after looking into code and test I see that it is evaluated be velocity ...
and should have a `true` value
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]