Hi Wayne, Thanks a lot !! That is all i wanted to confirm with you guys.
So basically i have to use deploy plugin to deploy the stuffs at repository and over there i can define what components i want to publish or deployed. And locally i will have all those copy available by executing mvn install. This is what i wanted. Thanks. On Tue, Feb 21, 2012 at 2:20 PM, Wayne Fay <[email protected]> wrote: > > But when we execute MVN INSTALL it will generate all artifacts locally or > > on our local cache correct ? > > Yes it will generate all artifacts locally in your local > ~/.m2/repository directory or where ever you have configured the > localRepository in settings.xml. > > It is not possible to turn off generation of the files into this directory. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
