Thats neat! thank you.
Karthik.
Tim Davies <[EMAIL PROTECTED]> wrote: You can use the install command to get a
jar into your local repository.
eg. for suns activation.jar which I happen to have at hand
mvn install:install-file -DgroupId=javax.activation
-DartifactId=activation
You can use the install command to get a jar into your local repository.
eg. for suns activation.jar which I happen to have at hand
mvn install:install-file -DgroupId=javax.activation
-DartifactId=activation
-Dversion=1.0.2
-Dfile=activation.jar
-Dpackaging=jar
In maven 2, do I have a way to add jar files to repositories manually? I need a
few jars for my project that dont seem to be present in the maven 2 remote
repository. Instead of hunting down a url for it, I'd prefer using my local
copy. The repository folder in maven 2 seems to be different from