[fedora-java] Gradle upgrade issues (#976330)

Mikolaj Izdebski mizdebsk at redhat.com
Mon Oct 21 16:13:42 UTC 2013


On 10/21/2013 06:06 PM, Dridi Boukelmoune wrote:
> How about converting graddle.build files to pom.xml files [1] ? This
> could be the bootstrap we need for the build part, but I have no idea
> whether it would actually be simpler.

I am aware that Gradle generate POMs, but they contain only minimal
metadata, like identifiers and dependencies.  There are no build
instructions, so these POMs are not suitable for building projects, only
for using them as dependencies of other projects.

For example of POM generated by Gradle see [1].  It has no parent and no
build instructions.

[1]
http://repo1.maven.org/maven2/org/hibernate/hibernate-core/4.3.0.Beta5/hibernate-core-4.3.0.Beta5.pom

-- 
Mikolaj Izdebski
IRC: mizdebsk


More information about the java-devel mailing list