Skip to content

evolvedbinary/elemental-expath-package-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elemental EXPath Package parent POM

Resources

License

Stars

Watchers

Forks

Packages

No packages published