dirigiblelabs / successfactors-api-proxy-package

SuccessFactors API Proxy Sample - Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuccessFactors - API Proxy - Package

Eclipse License GitHub contributors

Overview

SuccessFactors API Proxy - Package

Setup

  • To update the application (modules) content use the following command:

    mvn clean install -P content
    
  • To build an application package (ROOT.war) use the following command:

    mvn clean install -Djava.version=8
    
  • To build an application package for MTA (Multitarget Application - *.mtar) use the following command:

    mvn clean install -P mta
    

    Note: Before executing the MTA package command, the Java version should be set to Java 8

  • To change the home page URL change the DIRIGIBLE_HOME_URL property at package/src/main/resources/dirigible.properties

Note: This package is based on the sap-all-ephemeral build

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.

About

SuccessFactors API Proxy Sample - Package

License:Eclipse Public License 2.0


Languages

Language:HTML 67.9%Language:JavaScript 32.1%