Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 594 Bytes

Quickfabric Middleware Local Build


To build Quickfabric Middleware locally

Requirements

Build

Without Unit Tests

   mvn clean install -DskipTests 

With Unit Tests

   mvn clean install 

Corresponding Jar files for commons, emr and schedulers can be found under respective target folders.

You can use a local tomcat or deploy these jars into a host running tomcat to consume these jars.