Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.43 KB

README.MD

File metadata and controls

50 lines (31 loc) · 1.43 KB

StAXMapper

StAXMapper is a thin StAX facade which supports plugability plus some usability enhancements.

StAXMapper is released as a single Maven artifact with the coordinates:

<dependency>
    <groupId>org.jboss</groupId>
    <artifactId>staxmapper</artifactId>
</dependency>

Build StAXMapper

Prerequisites:

  • JDK 11 or newer - check java -version
  • Maven 3.6.0 or newer - check mvn -v

To build with your own Maven installation:

mvn package

Reporting Issues

StAXMapper uses JIRA to manage issues. All issues can be found here.

To create a new issue, comment on an existing issue, or assign an issue to yourself, you'll need to first create a JIRA account.

Release Procedure

StAXMapper is released in JBoss Nexus Repository

To release a new version of StAXMapper:

mvn release:prepare
mvn release:perform