Skip to content

Instantly share code, notes, and snippets.

View markhughes's full-sized avatar
#️⃣
writing useless comments in my code

Mark Hughes markhughes

#️⃣
writing useless comments in my code
View GitHub Profile
@jmruc
jmruc / README.md
Created June 24, 2013 19:19
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")