Skip to content

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Parent pom for i-Cell Mobilsoft Zrt. projects

Resources

Code of conduct

Stars

9 stars

Watchers

15 watching

Forks

Releases

Packages

Used by

Contributors