You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Barboni <ba...@irit.fr> on 2004/10/20 15:46:33 UTC

Multiple versions distribution best practice ?

Hi
 I was reading documentation dealing with version and  it says that with 
dist plugin I can build each of the version I've tagged. for example:

<currentVersion>1.0</currentVersion>
....
....
 <versions>
    <version>
      <id>1.0</id>
      <name>1.0</name>
      <tag>PET-1.0</tag>
    </version>
    <version>
      <id>1.5</id>
      <name>1.5</name>
      <tag>HEAD</tag>
    </version>
  </versions>

Did I miss something ? As anybody and idea.

Best Regards

Eric



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