Skip to content

Parent POM project for managing dependencies and configuration across the maven projects.

Notifications You must be signed in to change notification settings

saiyedzaidi/cognitive-genie-services-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cognitive Genie Services Parent POM

Summary

Parent pom project to control dependency version and default plugin configurations. This pom needs to be in your repository if you project uses it.

Description

Decouples Spring version and other dependency versions from the Services. Allows for all services to be deployed in a coupled fashion, same configuration of dockerfile to be applied across all of the services. Provides standard plugin configuration to be used across all child services.

Features

  • Hide Spring dependencies version
  • Provide standard plugin version
  • Centralise dependency and plugin repositories

Installation and Setup

Run: mvn install to install this pom in your repository, if you use command line From Eclipse/STS, run using Run menu and select mvn install goal.

Configuration Parameters

docker.image.prefix, docker.repository.name provide the docker repo name to upload the docker images to, when pushed.

About

Parent POM project for managing dependencies and configuration across the maven projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published