Does anyone have experience on using the <versions> section of project.xml.
It looks like that Maven can build a specific version of source with certain
tag defined here. From the on-line manual I didn't find more clues except
"This ID is used to specify the version that maven:dist builds. ". But I
didn't find the usage in plugin dist. Any help will be appreciated. Thanks.
-- gl

  <versions>
    <version>
      <id>b3</id>
      <name>1.0-b3</name>
      <tag>MAVEN_1_0_B3</tag>
    </version>
    <version>
      <id>b4</id>
      <name>1.0-b4</name>
      <tag>HEAD</tag>
    </version>
  </versions>

Reply via email to