Re: How to get the jars which my project depends on

2005-12-19 Thread chang wei
I got the answer from the old email in this group. http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html Maybe my question is too simple. :) On 12/19/05, chang wei <[EMAIL PROTECTED]> wrote: > > I found the jars in this site:http://public.planetmirror.com > /pub/sourceforge/j/j

Re: How to get the jars which my project depends on

2005-12-19 Thread chang wei
I found the jars in this site: http://public.planetmirror.com/pub/sourceforge/j/ja/javalayer/ But there was not a maven-metadata.xml file. :( Please advise, thanks. On 12/19/05, chang wei <[EMAIL PROTECTED]> wrote: > > Hi, > I am new to Maven. I wrote a project which depended on an open source >

How to get the jars which my project depends on

2005-12-19 Thread chang wei
Hi, I am new to Maven. I wrote a project which depended on an open source project---javaLayer on sf.net. How can I make maven to know that download the jars from sf.net or there are any other way to deal with this issue? Thanks in advance!