Skip to content

A sample parent pom project, to manage the versions of the dependencies.

Notifications You must be signed in to change notification settings

kmponis/parent-pom-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

parent-pom-sample

A sample parent pom project, to manage the versions of the dependencies.

Prerequisites

  • To run the application you need to have git, mvn and JDK8 installed.

Download

  • Open command line and move to your workspace.
  • Download project using your username:
    > git clone https://github.com/kmponis/parent-pom-sample.git
  • Go to project:
    > cd /parent-pom-sample

Run

  • Use terminal and move to your workspace
  • Run in command line:
    > mvn clean install

Use

  • Add to maven dependencies:
    <dependency>
    	<groupId>com.parent.pom</groupId>
    	<artifactId>parent-pom-sample</artifactId>
    	<version>1.0.0</version>
    </dependency>

About

A sample parent pom project, to manage the versions of the dependencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published