Skip to content

i-Cell-Mobilsoft-Open-Source/parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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