项目作者: connexta

项目描述 :
ION Transformation API
高级语言: Java
项目地址: git://github.com/connexta/ion-transformation-api.git
创建时间: 2019-04-24T23:16:12Z
项目社区:https://github.com/connexta/ion-transformation-api

开源协议:Other

下载


Transformation API

Dependabot Status
Known Vulnerabilities
CircleCI

Building

What you need

  • Install Java SE 11.
  • Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (Windows) or $JAVA_HOME$/bin (*NIX).
  • Install Maven 3.5.2 (or later). Make sure that your PATH includes the MVN_HOME/bin directory.
  • Set the MAVEN_OPTS variable with appropriate memory settings.

How to build

Clone the ION Transformation API code repository.

  1. git clone git@github.com:connexta/ion-transformation-api.git

Change to the root directory of the cloned ion-transformation-api repository. Run the following command:

  1. mvn clean install

Formatting

If during development the build fails for formatting violations:

You can check for formatting violations with the command:

  1. mvn initialize spotless:check

You can fix formatting violations with the command:

  1. mvn initialize spotless:apply