Skip to content

dirigiblelabs/successfactors-api-proxy-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.