Hi,

You should already have a .m2 folder in your home folder. You can install those JAR files, one by one, using the "mvn install:install-file" command. Here is an example:

mvn install:install-file -DgroupId=YOUR_GROUPID -DartifactId=ARTIFACTID -Dversion=1.0.0 -Dpackaging=jar -Dfile=YOUR_JAR_FILE

grafl




On 01/29/2013 05:16 PM, Kristian Lind wrote:
Hi. I have a java project that uses maven.
I have some jar files that I want to use in the project, and they are not
in maven repo.
Can I make a maven dependency to these jar files ? I do not have a local
maven repo.

Kris


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to