Installing the JAR file not present in the Maven central repository

OpenShift will download all the dependencies from the Maven central repositories specified in your pom.xml file. There are times when your application depends on the libraries that do not exist in any public Maven repository. In this recipe, you will learn how you can use the OpenShift action hooks to install a local JAR.

Getting ready

To complete this recipe, you will need the jobstore application created in the Creating and deploying Java EE 6 applications using the JBoss EAP and PostgreSQL 9.2 cartridges recipe. Please refer to this recipe if you don't have a running OpenShift application.

How to do it…

Perform the following steps to install the JAR file not present in the configured ...

Get OpenShift Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.