Skip to content

Commit 252b81c

Browse files
committed
Minor documentation enhancements
1 parent 4211659 commit 252b81c

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

README.md

+22-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
# As2Server
2-
The OpenAS2 application enables you to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads between trading partners.
3-
4-
# Development
5-
There is a pom.xml in the Server folder to compile and create the jar and build the distribution package using Maven
6-
The current version of the application is extracted from the POM and instered into the MANIFEST.MF at build time.
7-
More detailed information is available in the DeveloperGuide.odt in the docs folder in Github
8-
9-
## Build
10-
11-
Maven is used as a build. Therefore in order to build a snapshot the following command should be used:
12-
13-
`./mvnw clean package`
14-
15-
16-
`./mvnw versions:set -DnewVersion=2.3.0-SNAPSHOT`
17-
18-
## Deploy to Maven Central
19-
To deploy the released artifacts requires user ID and password for Sonatype. See developer guide for details:
20-
`./mvnw clean deploy`
1+
# As2Server
2+
The OpenAS2 application enables you to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads between trading partners.
3+
4+
# Development
5+
There is a pom.xml in the Server folder to compile and create the jar and build the distribution package using Maven
6+
The current version of the application is extracted from the POM and instered into the MANIFEST.MF at build time.
7+
More detailed information is available in the DeveloperGuide.odt in the docs folder in Github
8+
9+
## Build
10+
11+
Maven is used as a build. Therefore in order to build a snapshot the following command should be used:
12+
13+
`./mvnw clean package`
14+
15+
16+
`./mvnw versions:set -DnewVersion=2.3.0-SNAPSHOT`
17+
18+
## Deploy to Maven Central
19+
To deploy the released artifacts requires user ID and password for Sonatype. See developer guide for details:
20+
`./mvnw clean deploy -P release` - will require manual closing and release in Sonatype
21+
`./mvnw release:perform`
22+
`./mvnw nexus-staging:release -Ddescription="Some release comment here"`

docs/OpenAS2HowTo.odt

931 Bytes
Binary file not shown.

docs/OpenAS2HowTo.pdf

2.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)