This repository contains a Maven parent POM that you may use as the basis of your EXPath Packages for Elemental. It defines a number of sensible defaults and versions that can help you get started quickly in your own projects.
If you would like to use this as a base for your own EXPath Package, then you can add the following to the top of your package's pom.xml
file:
<parent>
<groupId>xyz.elemental.expath</groupId>
<artifactId>elemental-expath-package-parent</artifactId>
<version>1.1.0</version>
<relativePath/>
</parent>
If you are looking for a quick way to generate a skeleton for your EXPath Package, you should take a look at the: elemental-expath-package-archetype.