I need maven support!!!!!
We use maven as build tool. I can't seem to find the maven dependencies. Simply inclusing a lib folder with all the Windward provided jars is of course no viable enterprise solution. That solution is beggin for deployment problems by just dumping unversioned jars into a deployment folder. No can do!

Hello Roger!
I am happy to announce that we now support using Maven to install the Java Engine! Please follow along with this wiki article to see exactly how you can set this up:
Thank you for your feature request, this was clearly a popular one, and please submit any other ideas you have and we will do our best to address them in a timely manner.
- The Windward Team
-
Nasir Mamun commented
I like
-
Joshua Davis commented
We use Gradle, and have this issue with Windward and a few other libraries.
We solved it by having our own repository (Artifactory), where we publish these third party jars. The hard part is dealing with all the dependencies.It would really be great to have this in maven central.
-
Camille E commented
Is the latest version that got published using maven integration ?
-
Anonymous commented
Modern and professional java developers use maven offen. It is almost impossible to use continious integration server like Jenkins at cloudbees.com without maven dependencies managmetn. Keeping jars in source controll system like svn is not an option. Windward artifact has a lot of dependencies with specific version requvarements. By publishing snapshot version you can give access to betta vesion of upcoming product.
-
Christiaan Knaap commented
Roger is totally right.
Even better would be to deploy the Java Engine through Maven Central.