buildscripts is a collection of gradle and bash scripts to make your development easier.
on your build.gradle you can add
apply from: 'https://raw.github.com/lnramirez/buildscripts/master/mvnfit.gradle'
then you can use it
gradle createDirSources
- copyPomFiles - Copies POM files to project root directory, this is helpful to leverage IDEs that have Maven integration but lack a gradle one
- createDirSources - Create conventional web application directory sources if they do not exist