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

ework.profiles.web.2023.0.0-RC2.source-code.create-taglib.yml Maven / Gradle / Ivy

There is a newer version: 2023.2.0-M1
Show newest version
description:
    - Creates a Tag Library
    - usage: 'create-taglib [taglib name]'
    - synonyms: 'create-tag-lib'
    - completer: org.grails.cli.interactive.completers.DomainClassCompleter
    - argument: Tag Library Name
      description: The name of the tag library
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/artifacts/TagLib.groovy
   convention: TagLib
   destination: app/taglib/@artifact.package.path@/@[email protected]
 - command: render
   template: templates/testing/TagLib.groovy
   convention: TagLib
   destination: src/test/groovy/@artifact.package.path@/@[email protected]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy