Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hello, > For the time being ,we just use maven > for manage the dependency,site for project > infomation,and build the jar and war I think your requirement is very simple, it really can be achieved. Good Luck! a cup of Java, cheers! Sha Jiang 秋秋 wrote: > > Hi, >thanks for your advice,and

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
Hi, thanks for your advice,and I feel the same about maven,I think maven is a half-baked tools,although It is very powerfull. It is not for me to say if using maven in next project , our Technical Director has decided.For the time being ,we just use maven for manage the dependency,site for proje

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hi, > I have studied maven for three week, > Because our company is going to use maven to > manage the project in the next project. I think your company and you should evaluate Maven carefully before any real work starting. Undoubtedly, Maven is great, but it may not be your first choice(at least

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
HI, My friend jiangsha,I feel the same way about maven in china,I have studied maven for three week,Because our company is going to use maven to manage the project in the next project.So I am in charge of integrate the maven with the architecture of our company.I have on csdn,but it seems like

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hello, > It can also deploy the jars into the local repo Of course. Local repo is the first. a cup of Java, cheers! Sha Jiang 秋秋 wrote: > > Hi, > I have used "mvn deploy:deploy-file" to deploy the 3rd party jars,as a > result,It can also deploy the jars into the local repo . > > > 2007/2

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Dear 秋秋, Glad to see you! In my memory, you sent a mail to me about Maven several days ago. I'm a newbie user on Maven, too. we may discuss some matters on the topic. In my eyes, Maven isn't used widely in China. I have released some simple articles about Maven at blogjava.net, if you like, you c

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
Hi, I have used "mvn deploy:deploy-file" to deploy the 3rd party jars,as a result,It can also deploy the jars into the local repo . 2007/2/8, jiangshachina <[EMAIL PROTECTED]>: Hi Maria Odea Ching-2, I think the two plugins are used by command "mvn install:install-file" or "mvn deploy:depl

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hi Maria Odea Ching-2, I think the two plugins are used by command "mvn install:install-file" or "mvn deploy:deploy-file" exactly. a cup of Java, cheers! Sha Jiang Maria Odea Ching-2 wrote: > > Hi Sam, > > You can use the maven-install-plugin (install:install-file goal) to > install a 3rd pa

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread Maria Odea Ching
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/~aram

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread sam
HI, jiangsha,I am from shenzhen,It is a pleasure to meet you! 2007/2/8, jiangshachina <[EMAIL PROTECTED]>: Hello 秋秋, > where are you from ? I'm from Beijing, China. >It looks like we come from the same place. I think so *_* a cup of Java, cheers! Sha Jiang 秋秋 wrote: > > Hi, >thanks,w

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread jiangshachina
Hello 秋秋, > where are you from ? I'm from Beijing, China. >It looks like we come from the same place. I think so *_* a cup of Java, cheers! Sha Jiang 秋秋 wrote: > > Hi, >thanks,where are you from ?It looks like we come from the same place. > > > 2007/2/8, jiangshachina <[EMAIL PROTECTED]

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread sam
Hi, thanks,where are you from ?It looks like we come from the same place. 2007/2/8, jiangshachina <[EMAIL PROTECTED]>: Hello, Some guides are available at Maven main site, [1]installing 3rd party JARs http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html [2]deploying 3rd party

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread jiangshachina
Hello, Some guides are available at Maven main site, [1]installing 3rd party JARs http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html [2]deploying 3rd party JARs http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html a cup of Java, cheers! Sha Jiang 秋秋 wrote: > >

How to deploy the jar of third party into the repository on our company's server?

2007-02-07 Thread sam
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?