Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In my archetype, I want to specify the minimum version of maven-archetype-plugin which I expect/need.
e.g. if I want to use features enabled in ARCHETYPE-192, stuff like this:
"
<requiredProperty key="myModule" />
<requiredProperty key="package">
<defaultValue>org.foo.bar.$
"
If my archetype assumes that replacement functionality is in place, and it ends up not being in place, I'll have directories named "${myModule}
" and "$
{myApp}".