Common Configuration for Maven Projects
The purpose of this project is to alleviate the setup I undertake when creating new maven projects. I decided to use a parent pom maven project instead of a maven archetype because I can upgrade older projects by simply using a newer version of the common-configuration project as their parent.
Maven Information
<groupId>io.bitbucket.tomwnorton</groupId> <artifactId>common-configuration</artifiactId> <version>1.0</version>
Here is the information about each version
Version | Description |
---|---|
1.0 |
Properties
|