https://github.com/tolitius/maven-template-pom
Maven is just too complex (yes, it is), but many clients still prefer it to Gradle.. keeping this POM for a quick copy paste to start a new project
https://github.com/tolitius/maven-template-pom
Last synced: 8 months ago
JSON representation
Maven is just too complex (yes, it is), but many clients still prefer it to Gradle.. keeping this POM for a quick copy paste to start a new project
- Host: GitHub
- URL: https://github.com/tolitius/maven-template-pom
- Owner: tolitius
- Created: 2011-02-11T04:21:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-11T18:59:28.000Z (over 14 years ago)
- Last Synced: 2025-01-06T13:49:53.101Z (9 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## What is "Maven Template POM"? ##
I prefer Gradle to Maven. However many JEE clients still prefer Maven (understandable).
Maven grew to be an unnecessary complex beast, that I have to relearn every time I come back to it.
This POM is just a copy/paste template that already have some dependencies cooked into it:
+ Spring Batch
+ Spring Core, JDBC, Test
+ Spock + Maven Plugin
+ DbUnit
+ H2 Database
+ Hazelcast
+ LogbackBut whenever you have a choice: "Go Gradle!"