Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmponis/parent-pom-sample

A sample parent pom project, to manage the versions of the dependencies.
https://github.com/kmponis/parent-pom-sample

java maven parent-pom

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```xml

com.parent.pom
parent-pom-sample
1.0.0

```