installing third party jars to local repository issue

2008-10-24 Thread Ricky
Hi, I ran the following command : mvn install:install-file -Dfile=c:\project\crystal\cr4e\concurrent\1.0\concurrent-1.0.jar -DgroupId=com.crystal -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true -Dclassifier=sources -DcreateChecksum=true -Dclassifier=sources -Dpackaging=jar

Re: installing third party jars to local repository issue

2008-10-24 Thread Stevo Slavić
Hello RIcky, Remove -Dclassifier=sources, both of them, as you are not installing sources but binaries. Regards, Stevo. On Fri, Oct 24, 2008 at 2:00 PM, Ricky [EMAIL PROTECTED] wrote: Hi, I ran the following command : mvn install:install-file

Re: installing third party jars to local repository issue

2008-10-24 Thread Ricky
Stevo, Your the man! :-) ... removing -Dclassifier=sources works and your explanation makes sense too. Thanks a Lot, appreciate it. Rick On Fri, Oct 24, 2008 at 8:08 AM, Stevo Slavić [EMAIL PROTECTED] wrote: Hello RIcky, Remove -Dclassifier=sources, both of them, as you are not installing

Re: Local Repository Issue

2005-07-15 Thread Dennis Geurts
Hi Dylan, Could you try and remove the jarj2ee-1.4.jar/jar part ?? the other tags should suffice ... btw, your command says 'maven -0 ...' I assume you want to run in offline mode. The -0 ( minus-zero ) should then be -o ( minus-ooh ) Dennis On 7/15/05, Dylan Stamat [EMAIL PROTECTED]

Re: Local Repository Issue

2005-07-15 Thread Josh
Try adding the line: maven.repo.local=[path to local repository] to your build.properties file. I had the same problem (Maven 1.0.2 wasn't finding JARs in a repository in the default location). Btw. what OS are you working in? I'm using Fedora. Josh On 7/14/05, Dennis Geurts [EMAIL

Local Repository Issue

2005-07-14 Thread Dylan Stamat
I'm having problems getting Maven (1.0.2) to find .JAR files in my local repository. Basic problem, but I can't get it to work for the life of me. Here is my setup: My repository is in the default location (/.maven/repository/), and I added a path to a j2ee .JAR I placed in this directory...