Hi,

I created my first archetype. In archetype-metadata.xml I specified

  <requiredProperties>
    <requiredProperty key="mylib.version" />
  </requiredProperties>

When creating a project I want ${mylib.version} in the prototype pom.xml
to be expanded to the specified value:


  <parent>
    <artifactId>mycore</artifactId>
    <groupId>org.mycore</groupId>
    <version>${mylib.version}</version>
  </parent>


On the command line I see the correct value but it is not used for
pom.xml. Just ${artifactId}, ${groupId} and ${version} seem to get expanded.

How can I achieve this without releasing a new archetype with every
version of mylib?

regards,

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to