Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-11 Thread dan tran
http://www.ibiblio.org/maven2/plugins/ is old, all new plugins are in http://www.ibiblio.org/maven2/ -D On 1/11/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > but I do not understand why there are 2 different locations for > getting m2 plugins? > > i could find some plugins in > > > http://www

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-11 Thread Man-Chi Leung
but I do not understand why there are 2 different locations for getting m2 plugins? i could find some plugins in http://www.ibiblio.org/maven2/plugins/ but not in http://www.ibiblio.org/maven2 what is happening for this? ~manchi On Jan 11, 2006, at 2:35 AM, dan tran wrote: btw http:

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-10 Thread dan tran
btw http://www.ibiblio.org/maven2/plugins/ is wrong it is http://www.ibiblio.org/maven2 On 1/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > glad it works for you. > > and no you dont need to specify maven central plugin repo. Just add your > maven-proxy entry in > your pluginRepository in your

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-10 Thread dan tran
glad it works for you. and no you dont need to specify maven central plugin repo. Just add your maven-proxy entry in your pluginRepository in your root pom. Or in your settings.xml as part of default profile. -D On 1/10/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > hi Dan, > > Thanks so mu

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-10 Thread Man-Chi Leung
hi Dan, Thanks so much. !! everything works fine now. I am so excited today! M2+Maven-Proxy are what I have been dreaming to have for long. Cool! I cannot wait to develop my next project based on this environment! frankly, I was nearly given up on maven-proxy some time ago but I came back fo

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-09 Thread dan tran
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html there are plenty of examples looking at the root poms of existing projects -D On 1/9/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > hi Dan, > > thanks, it is great! deploy:deploy-file is working fine! I am able > to deploy t

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-09 Thread Man-Chi Leung
hi Dan, thanks, it is great! deploy:deploy-file is working fine! I am able to deploy third party jar to my maven-proxy 's repository now, pls kindly guide me thru the next problem: how to deploy a snapshot plugin (e.g. maven-deploy-plugin) to my maven-proxy's repository? what is the c

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-08 Thread Allan Ramirez
Sorry, that was the wrong link.. here is the correct one. http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-UnsupportedProtocolErrorwhendeployinga3rdpartyjar.WhatshouldIdo%3F Allan Ramirez wrote: Hi Again, Or see this page http://docs.codehaus.org/pages/editpage.action?pageId=37533#FAQs-Un

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-08 Thread Allan Ramirez
Hi Again, Or see this page http://docs.codehaus.org/pages/editpage.action?pageId=37533#FAQs-UnsupportedProtocolErrorwhendeployinga3rdpartyjar.WhatshouldIdo%3F -allan Man-Chi Leung wrote: hi Dan, thx for advice. according to your email: I checked out maven-deploy-plugin from svn $svn co http

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-08 Thread Allan Ramirez
Hi there, Copy your wagon-ssh-external jar to your %M2_HOME%/lib. Hope this works. -allan Man-Chi Leung wrote: hi Dan, thx for advice. according to your email: I checked out maven-deploy-plugin from svn $svn co https://svn.apache.org/repos/asf/maven/plugins/trunk/maven- deploy-plugin mave

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-08 Thread Man-Chi Leung
hi Dan, thx for advice. according to your email: I checked out maven-deploy-plugin from svn $svn co https://svn.apache.org/repos/asf/maven/plugins/trunk/maven- deploy-plugin maven-deploy-plugin $mvn install<---ok! $more ~/.m2/settings.xml my-repository myname

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-04 Thread dan tran
On 1/4/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > > On Jan 4, 2006, at 3:56 AM, dan tran wrote: > > > On 1/3/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > >> > >> hi > >> > >> I have successfully setup maven-proxy, based on the following > >> website. > >> http://maven-proxy.codehaus.org/ >

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-04 Thread Man-Chi Leung
On Jan 4, 2006, at 3:56 AM, dan tran wrote: On 1/3/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: hi I have successfully setup maven-proxy, based on the following website. http://maven-proxy.codehaus.org/ Q1) now, the only problem is deploying 3rd Party jars from our deployment pc to maven

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread dan tran
you definitely want to use deploy:file-deploy to do it, using install:install-file your maven-proxy host does not deploy all meta data files. Also, you need to configure your maven-proxy as your mirrow. using http://maven.apache.org/guides/mini/guide-mirror-settings.html You also need to configu

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread dan tran
You seem to have 2 separate problems maven-proxy's configuration and deploy:deploy-file. Let's try to get your deploy:deploy-file working first. What problem do you have right now? -D On 1/4/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > since there is a problem doing remote jar deployment.

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread Man-Chi Leung
since there is a problem doing remote jar deployment. now, what I can do is to login to my maven-proxy server, and perform jar installation locally ! Should I do this ON My Maven-Proxy there are 2 types of library that I need to p

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread Man-Chi Leung
On Jan 4, 2006, at 3:56 AM, dan tran wrote: On 1/3/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: hi I have successfully setup maven-proxy, based on the following website. http://maven-proxy.codehaus.org/ Q1) now, the only problem is deploying 3rd Party jars from our deployment pc to mave

Re: [m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread dan tran
On 1/3/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote: > > hi > > I have successfully setup maven-proxy, based on the following website. > http://maven-proxy.codehaus.org/ > > Q1) now, the only problem is deploying 3rd Party jars from our > deployment pc to maven-proxy > > I followed this instruction

[m2] Deploying 3 Party Jar to Maven-Proxy

2006-01-03 Thread Man-Chi Leung
hi I have successfully setup maven-proxy, based on the following website. http://maven-proxy.codehaus.org/ Q1) now, the only problem is deploying 3rd Party jars from our deployment pc to maven-proxy I followed this instruction from maven's FAQ but with no luck. http://docs.codehaus.org/pages