Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
/ OpenAs2App Public archive
forked from OpenAS2/OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.

License

Notifications You must be signed in to change notification settings

mulesoft-labs/OpenAs2App

 
 

Repository files navigation

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

Deploy to Maven Central

To deploy the released artifacts requires user ID and password for Sonatype. See developer guide for details: ./mvnw clean deploy

About

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.7%
  • Shell 1.2%
  • Batchfile 1.1%