Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.1
-
None
Description
I think this will be an useful feature:
maven archetype user can choose to include files or not according to a required property.
For Example:
I am xxx-archetype developer, and I set "useRedis" as one required property.
Now some guys want to use xxx-archetype, so if he give a "N" value to this property , the "src/main/resources/spring/redis.xml" will be excluded.
Otherwise, the generated project will include "src/main/resources/spring/redis.xml".
Attachments
Issue Links
- duplicates
-
ARCHETYPE-274 Conditionally include or exclude a file from archetype during generation
- Open