Skip to content
jbaruch edited this page Nov 23, 2010 · 11 revisions

Maven2 metadata plugin for Gradle

It retrieves project metadata from pom.xml and configures Gradle accordingly.

WARNING #1: There is a conflict between this plugin Maven3 dependency and maven plugin Maven2 dependency.

Delete $GRADLE_HOME/lib/maven-ant-tasks-2.1.0.jar and don't use maven plugin in your build.

WARNING #2: There is a conflict between this plugin Google Guava dependency and Google Collections jar in Gradle's lib.

Replace $GRADLE_HOME/lib/google-collections-1.0.jar with guava-r07.jar (from Guava project page or from any repository).