crob1140 / confluence-java-client

A simple Java client for the Confluence Cloud REST API
MIT License
1 stars 7 forks source link

Feature/add a pom xml #1

Closed BruceWilcox closed 5 years ago

BruceWilcox commented 5 years ago

Please consider adding a pom.xml for those like myself who use Maven and have not gone thru the Gradle learning curve.

crob1140 commented 5 years ago

Thanks for drawing my attention to this, Bruce! I would prefer to use Gradle's Maven plugin to generate a valid pom.xml as part of the build pipelines so that the dependencies defined in both build systems are always aligned, but given that this task might take me a while to complete, I will merge your pom.xml and just keep them aligned manually for now.