Gradle - how to create an ear file
I am new to Gradle, How to create a ear file using Gradle? It will have , including set of java projects and web project (war file). Java project will have set of compling resources. Web projec开发者_JS百科t will have a set of jar files with web.xml. Please suggest the best way to build t his ear file using Gradle.
The ear-plugin is a part of 1.0-milestone-4 which is downloadable from here http://repo.gradle.org/gradle/distributions/gradle-snapshots/ . You can also build the latest version from source. The distribution image contain documentation for the plugin.
精彩评论