Skip to content

Instantly share code, notes, and snippets.

@Arafullahi
Arafullahi / README.md
Created August 17, 2019 07:12 — forked from jmruc/README.md
Generating pom.xml from gradle

To generate a pom.xml file just run gradle writeNewPom

If you want to generate it as pom.xml in the root of the project, replace writeTo("$buildDir/newpom.xml") with writeTo("pom.xml")