/[Apache-SVN]
ViewVC logotype

Revision 1856179


Jump to revision: Previous Next
Author: mthl
Date: Mon Mar 25 11:30:08 2019 UTC (5 years, 1 month ago)
Changed paths: 2
Log Message:
Improved: Add ‘:distTar’ and ‘:distZip’ gradle tasks (OFBIZ-10866)

Gradle provides some useful standard plugins for packaging
applications via the ‘distribution’ and ‘application’ plugins.

* The ‘distribution’ plugin [1] is providing a straightforward and
  easy way to distribute OFBiz with its dependencies which is
  convenient in a deployment context.  This is achieved by the new
  ‘distTar’ and ‘distZip’ tasks.

* The ‘application’ plugin [2] is complementing the ‘distribution’
  plugin by adding both a robust shell script and a batch script
  inside the distribution archives to allow launching OFBiz easily.

[1] https://docs.gradle.org/current/userguide/distribution_plugin.html
[2] https://docs.gradle.org/current/userguide/application_plugin.html

Thanks to Antoine Ouvrard for contributing to this work.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/README.adoc modified , text changed
Directoryofbiz/ofbiz-framework/trunk/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26