marklogic-community / grove-ml-gradle

Other
1 stars 2 forks source link

Move over ml-content to ml-data, to follow suite with ml-gradle's mlLoadData task and remove other OBE tasks #19

Closed grtjn closed 4 years ago

grtjn commented 4 years ago

Allows dropping mlLoadContent task as well. Use collections.properties to assign a config collection to those docs..

mariannemyers commented 4 years ago

Remove mlLoadContent in build.gradle.

mariannemyers commented 4 years ago

Also remove setSchemasPermissions and setModulesPermissions tasks. Also root/admin/fix-permissions.xqy.

mariannemyers commented 4 years ago

Also rename ml-modules to ui-modules and add the appropriate property to gradle.properties. Also for ui-data. Examples:

mlModulePaths=src/main/ml-modules,src/main/ui-modules mlDataPaths=src/main/ml-data,src/main/ui-data

src/main/ml-modules and src/main/ml-data don’t necessarily have to exist.. ignored silently if they are missing