Skip to content
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

Enhance Application Name Generation #70

Open
TimGonz-AVIO opened this issue Aug 11, 2023 · 1 comment
Open

Enhance Application Name Generation #70

TimGonz-AVIO opened this issue Aug 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TimGonz-AVIO
Copy link
Contributor

TimGonz-AVIO commented Aug 11, 2023

We'd like to see the following application naming options:

  • Default (Prefix (user defined), App Name, Suffix (environment))
  • Options to disable prefix and suffix (2 separate options)
  • Option to override application name completely - Property to be passed to deployer from CI for example
  • Full app name will always be made lower case
@kkingavio kkingavio added the enhancement New feature or request label Aug 30, 2023
@kkingavio
Copy link
Contributor

Create a class 'ApplicationName' that has the following attributes:

  • baseAppName (artifact id from pom usually - if not defined)
  • prefix
  • suffix
  • usePrefix (boolean)
  • useSuffix (boolean)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants