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

variable substitutions in NarProperties (aol.properties) does not work #385

Open
metux opened this issue Nov 4, 2021 · 0 comments
Open

Comments

@metux
Copy link

metux commented Nov 4, 2021

The variable substitution in aol.properties doesn't seem to work.
Doesn't actually seem to be implemented at all.

  1. many sites have calls like this: NarProperties.getInstance(mojo.getMavenProject()).getProperty( ... )
  2. the getInstance() method basically looks in a cache for an existing cached properties object or loads a new one
  3. when loading, first tries to find out the file name and then just using a plain java.util.Properties
  4. on actual loading, nothing looks at the maven project and does the variable substitution.

ergo: variables cannot be used at all in aol.properties - everything needs to be hardcoded.

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

No branches or pull requests

1 participant