Paul Verest
Paul Verest

Reputation: 64012

Build Maven project with Gradle

How to build Maven with Gradle.

That is what build.gradle should be to use maven pom.xml

(Of course it will have some limitations or likely to new or external gradle plugin)

I have come on examples before, but cannot find in userguide.

Upvotes: 2

Views: 5043

Answers (1)

endriu_l
endriu_l

Reputation: 1659

Have You read Gradle guide about Maven ? It depends on what You want to do with the pom.xml file. Another place to look is the Gradle pom converter to fully convert your existing Maven build to Gradle.

Upvotes: 3

Related Questions