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

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

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
+ Logback

But whenever you have a choice: "Go Gradle!"