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]

Reply via email to