Skip to content

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

Firefox2005/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 -P release - will require manual closing and release in Sonatype ./mvnw release:perform ./mvnw nexus-staging:release -Ddescription="Some release comment here"

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 88.1%
  • Vue 5.0%
  • Shell 2.2%
  • Batchfile 1.9%
  • XSLT 1.3%
  • JavaScript 1.0%
  • Other 0.5%