Look at this great link : http://apollo.ucalgary.ca/tlcprojectswiki/index.php/Public/Project_Versi oning_-_Best_Practices
-Olivier -----Message d'origine----- De : Michael Meyer [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 avril 2006 14:14 À : Maven Users List Objet : Re: [M2] : maven-release-plugin - about what ? Hi Jaikumar, the functionality of the release plugin is described here: http://maven.apache.org/plugins/maven-release-plugin/introduction.html The plugin assumes that you use a scm system like Subversion or cvs and have got an internal repository in your company for releases. Assume your project has got version 1.2-SNAPSHOT and you think its time to make this version of the project available to others. So you run the release plugin. The plugin will add a tag to your scm (for example 1.2), will create the artifact (for example my-project-1.2.jar) and will upload the artifact to your internal repository. It will also create additional pom and checksum files in your internal repository. Others can now use your released version as dependency in their project. Hope this helps. If I missed the point of the question i apologise ;-) Cheers, michael Sharma, Jaikumar schrieb: > Dear Maven Users. > > What is the purpose of maven-release-plugin ? what features basically > it provides ? I did not find right info about this plugin on Maven > website. Thanks for your help! > > Regards, Jaikumar > > - - - - - - - DISCLAIMER- - - - - - - - > Unless indicated otherwise, the information contained in this message > is privileged and confidential, and is intended only for the use of > the > addressee(s) named above and others who have been specifically authorized to > receive it. If you are not the intended recipient, you are hereby notified > that any dissemination, distribution or copying of this message and/or > attachments is strictly prohibited. The company accepts no liability for any > damage caused by any virus transmitted by this email. Furthermore, the > company does not warrant a proper and complete transmission of this > information, nor does it accept liablility for any delays. If you have > received this message in error, please contact the sender and delete the > message. Thank you. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited. -------------------------------------------------------------------------------------------------------------- Ce message électronique et tous les fichiers joints ainsi que les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites. ------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
