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>
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
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.
StAXMapper is released in JBoss Nexus Repository
To release a new version of StAXMapper:
- Use the Maven
release
plugin:
mvn release:prepare
mvn release:perform
- Close and publish the staged artifacts from JBoss Nexus Repository
- Release the published version in JIRA
- Update the Release Notes in GitHub Release page