All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ework.profiles.rest-api.2023.0.1.source-code.create-domain-resource.yml Maven / Gradle / Ivy

There is a newer version: 2023.1.0-M1
Show newest version
description:
    - Creates a Domain Class that represents a resource
    - usage: 'create-domain-resource [resource name]'
    - argument: Resource Name
      description: The name of the Resource
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/artifacts/Resource.groovy
   destination: app/domain/@artifact.package.path@/@[email protected]
 - command: render
   template: templates/testing/Resource.groovy
   destination: src/test/groovy/@artifact.package.path@/@[email protected]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy