Assuming you have things configured, you would use "mvn deploy" to deploy your jar to a Maven repository. Also, you use "mvn install" to install your jar into your local Maven repo cache (in ~/.m2/repository).
You can find plenty of documentation online about "mvn deploy". Wayne On 3/31/08, author <[EMAIL PROTECTED]> wrote: > > My remote folder is a simple folder in my computer. Also, it is > interesting, how automatically (when i run 'mvn package' ) adding my jar to > my aven repository > -- > View this message in context: > http://www.nabble.com/How-create-2-*.jar-tp16325044s177p16394702.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
