Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.78 KB

File metadata and controls

24 lines (19 loc) · 1.78 KB

Maven parent POM for EXPath Packages in Elemental

Build Status License Maven Central Slack Code of Conduct

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.

Using

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.2.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.