ework.profiles.web.2023.0.0.source-code.create-taglib.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web Show documentation
Show all versions of web Show documentation
A Grace profile for Web applications
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]