The Maven Way to Add Non-Maven JARs to a Maven Project [Snippets]
Sometimes we need to add non-Maven controlled JARs into our projects. In this post, we take a quick look at a Maven-based solution for doing this!
Join the DZone community and get the full member experience.
Join For FreeHave you ever asked, "How do I add custom (non-maven) JARs as dependencies to maven projects, in a maven way?"

Answer: Easy. Use the maven-install-plugin maven plugin,
Approach
Add the maven JAR plugin with as shown below:

Add the dependency:

Refer this gist for the complete example.
Published at DZone with permission of Mohammad Nadeem. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments