Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Extend archetype-metadata.xm with the following features:
- Support for optionalProperties. This will enable tools (including the plugin itself) to generate forms for archetype command generation (a la wicket)
- Support for extra metadata over required/optional which will be useful for this forms generation, but also to validate the input which executing archetype:create. Such metadata can be:
- Property type (eg. string, int, boolean, etc..)
- Enum (eg. either "MySQL" or "PostgreSQL")
- Regexp