Problem
How do I add custom jars (non maven) as dependency to maven project, in a maven way?

Solution
Use maven-install-plugin maven plugin,
Approach
Add maven jar plugin with execution section as shown bleow

Add the dependency

Refer this gist for complete example