Hi Sam,
You can use the maven-install-plugin (install:install-file goal) to
install a 3rd party jar into your local
repository. To deploy it in a remote repo, you can use the
maven-deploy-plugin (deply:deploy-file goal).
See the following urls for more details:
http://people.apache.org/~aramirez/maven-install-plugin/
<http://people.apache.org/%7Earamirez/maven-install-plugin/>
http://people.apache.org/~aramirez/maven-deploy-plugin/
<http://people.apache.org/%7Earamirez/maven-deploy-plugin/>
Hope this helps! :-)
Thanks,
Deng
sam wrote:
HI,
I have set up a repository on our company's server by apache,the
url is
http://10.10.202.22/maven/, How does the maven know there is a
repository on
the server?and How can I deploy my jar of third party into my local
repository and the server repository?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]