I am using some third-party jar files in my liferay portal. These jar files will be used from multiple portlets in my portal.
I know that I can put my jar file inside my-portlet/WEB-INF/lib. But the problem here is it will accessible only inside that portlet. I want the jar file to be available to all portlets in my portal. How can i do this? Is there any global library where i can deploy my jar file and it can be accessed from anywhere?
Also, how to deploy this third-party jar file to production instance?