-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#551 Create gradle command to generate a TDE Template #685
#551 Create gradle command to generate a TDE Template #685
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
I've added a commit to upgrade ml-gradle and ml-app-deployer to 3.4.0 now that it has been released. |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rebase on develop again or leave out the gradle.build file changes?
I have rebased to develop and removed the build.gradle file changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Change to add gradle command to generate a TDE Template. Requires current ml-app-deployer dev branch (code change at marklogic/ml-app-deployer#234 to be included in 3.4.0 version of ml-app-deployer )
Command added (to scaffolding group) -
hubGenerateTDETemplates - Generates TDE Templates from the entity definition files. It is possible to only generate TDE templates for specific entities by setting the (comma separated) project property 'entityNames'. E.g. -PentityNames=Entity1,Entity2