I'm running Gradle 0.7 and Section 29.5.4 of the Gradle user guide says
that 'Maven poms are automatically generated by Gradle'.
I have a simple project setup but when I run the uploadArchives task I
get an 'build\ivy.xml' generated all right, but no pom.xml?
I'm just looking for the pom and don't really want to upload the
artefact to a repository.
My uploadArchives closure looks like:
uploadArchives { }
Should I be doing something different to have Gradle generate a pom.xml
for me?
Thanks,
Donal.