Showing posts with label jar. Show all posts
Showing posts with label jar. Show all posts

Friday, June 1, 2012

How to install a jar into local Maven repository

Hello.
I often  face a problem when I need to use some Java library in my Maven based project, but this library is not available in any Maven repository and is distributed as a .jar file. In this post I'll describe two ways how to fix this problem.

Sunday, July 3, 2011

Create runnable Scala .jar with Maven

Hello.


Today I want to describe how you can create executable jar file with Maven, so you can build it and run on any computer, even without Scala installed there.