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

fix: ensure properties are correctly resolved #12

Merged
merged 2 commits into from
Sep 10, 2022
Merged

fix: ensure properties are correctly resolved #12

merged 2 commits into from
Sep 10, 2022

Commits on Sep 10, 2022

  1. fix: ensure properties are correctly resolved

    Prior to this change only the maven properties were actually resolved
    leaving the rest not. This would cause for example `$package$` to end up
    being generated as `$package`. Now we ensure everything that we can is
    resolved by mimicking the way it's done in the sbt plugin.
    
    NOTE: I still plan on improving this a bit by allowing the user to pass
    in values to validate/generate which can be used to generate with
    specific values.
    
    Closes #11
    ckipp01 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6bd7396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b766f89 View commit details
    Browse the repository at this point in the history