Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 687 Bytes

As2Server

The OpenAS2 application enables you to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads between trading partners.

Development

There is a pom.xml in the Server folder to compile and create the jar and build the distribution package using Maven The current version of the application is extracted from the POM and instered into the MANIFEST.MF at build time. More detailed information is available in the DeveloperGuide.odt in the docs folder in Github

Build

Maven is used as a build. Therefore in order to build a snapshot the following command should be used:

./mvnw clean package

./mvnw versions:set -DnewVersion=2.3.0-SNAPSHOT