Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kmponis/parent-pom-sample
- Owner: kmponis
- Created: 2019-07-15T09:18:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T07:00:49.000Z (over 2 years ago)
- Last Synced: 2023-03-07T03:22:11.130Z (almost 2 years ago)
- Topics: java, maven, parent-pom
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```