Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.67 KB

README.adoc

File metadata and controls

48 lines (40 loc) · 1.67 KB

parent-pom

GitHub Compile workflow status in master branch Maven central version of Parent pom project License of Parent pom project Supported JVM Versions

General Maven main pom.xml included in every i-Cell Mobilsoft Zrt. project. Its purpose is to centralize general Maven and plugin configurations in one place.

1. Maven central

The project is also built in the official Maven repository, so projects automatically pull it:

General settings
    <dependency>
        <groupId>hu.icellmobilsoft.pom</groupId>
        <artifactId>parent-pom</artifactId>
        <version>${version}</version>
    </dependency>
icellmobilsoft nexus settings
    <dependency>
        <groupId>hu.icellmobilsoft.pom</groupId>
        <artifactId>parent-icellmobilsoft-pom</artifactId>
        <version>${version}</version>
    </dependency>
icellmobilsoft setting up open-source projects
    <dependency>
        <groupId>hu.icellmobilsoft.pom</groupId>
        <artifactId>parent-oss-pom</artifactId>
        <version>${version}</version>
    </dependency>

2. Description

For more detailed information, please refer to https://i-cell-mobilsoft-open-source.github.io/parent-pom/.