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

Sitegen-Maven-Plugin: Maven properties are no longer resolved in sitegen.yaml #1065

Open
ghillert opened this issue Aug 30, 2024 · 0 comments
Labels
3.x bug Something isn't working sitegen

Comments

@ghillert
Copy link

It looks like in the 3.x versions, Maven properties are no longer resolved in sitegen.yaml. The following was working previously with the 2.x versions of the plugin:

engine:
  asciidoctor:
    images-dir: "./images"
    libraries:
      - "asciidoctor-diagram"
    attributes:
...
      version-coherence-maven: "${revision}"
      version-coherence-spring: "${project.version}"
      version-coherence: "${coherence.version}"
...

While the attribute itself, e.g. version-coherence-maven is set, the Maven property is not resolved but rather passed on as a string ${revision}.

@romain-grecourt romain-grecourt added sitegen 3.x bug Something isn't working labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x bug Something isn't working sitegen
Projects
None yet
Development

No branches or pull requests

2 participants