XML object model for Java.
Eigenbase-XOM requires git and Java (JDK 8) or later.
$ git clone git://github.com/julianhyde/eigenbase-xom.git
$ cd eigenbase-xom
$ ./mvnw install
On Windows, the last line is
> mvnw install
Include the following in your pom.xml
.
<dependencies>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>eigenbase-xom</artifactId>
<version>1.3.7</version>
</dependency>
</dependencies>
Update version numbers in README.md
, copyright date in NOTICE
, and
add release notes to HISTORY.md
.
Use JDK 8.
$ export GPG_TTY=$(tty)
$ git clean -nx
$ ./mvnw clean
$ ./mvnw release:clean
$ ./mvnw -Prelease release:prepare
$ ./mvnw -Prelease release:perform
- License: Apache License, Version 2.0
- Author: Julian Hyde
- Project page: http://www.hydromatic.net/xom
- Source code: https://github.com/julianhyde/eigenbase-xom
- Developers list: dev at calcite.apache.org (archive, subscribe)
- Continuous integration: https://travis-ci.com/julianhyde/eigenbase-xom
- Release notes and history