A sample parent pom project, to manage the versions of the dependencies.
- To run the application you need to have git, mvn and JDK8 installed.
- 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
- Use terminal and move to your workspace
- Run in command line:
> mvn clean install
- Add to maven dependencies:
<dependency> <groupId>com.parent.pom</groupId> <artifactId>parent-pom-sample</artifactId> <version>1.0.0</version> </dependency>