You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "luke w patterson (JIRA)" <ji...@codehaus.org> on 2009/12/21 20:13:55 UTC

[jira] Created: (ARCHETYPE-276) Allow archetypes to declare minimum version of maven-archetype-plugin they need

Allow archetypes to declare minimum version of maven-archetype-plugin they need
-------------------------------------------------------------------------------

                 Key: ARCHETYPE-276
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-276
             Project: Maven Archetype
          Issue Type: Improvement
            Reporter: luke w patterson


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.${myModule}.${myApp}</defaultValue>
"
  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}".


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira