https://github.com/evolvedbinary/elemental-expath-package-parent
Elemental EXPath Package parent POM
https://github.com/evolvedbinary/elemental-expath-package-parent
Last synced: 26 days ago
JSON representation
Elemental EXPath Package parent POM
- Host: GitHub
- URL: https://github.com/evolvedbinary/elemental-expath-package-parent
- Owner: evolvedbinary
- License: apache-2.0
- Created: 2025-06-02T13:29:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T15:33:23.000Z (3 months ago)
- Last Synced: 2025-08-30T05:41:52.865Z (2 months ago)
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven parent POM for EXPath Packages in Elemental
[](https://dl.circleci.com/status-badge/redirect/gh/evolvedbinary/elemental-expath-package-parent/tree/main)
[](https://opensource.org/license/apache-2-0)
[](https://central.sonatype.com/search?namespace=xyz.elemental.expath)
[](https://join.slack.com/t/elemental-xyz/shared_invite/zt-34r53san4-fzHCV0vDT9lYSMChUdn3cQ)
[](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html)
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:
```xml
xyz.elemental.expath
elemental-expath-package-parent
1.1.0
```
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](https://github.com/evolvedbinary/elemental-expath-package-archetype).