Skip to content

Commit

Permalink
Remove ambiguity in usage of maven properties docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 2, 2021
1 parent 865c4d8 commit e755ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Refer to the http://asciidoctor.org/docs/user-manual/#attribute-catalog[catalog
<source-highlighter>coderay</source-highlighter>
</attributes>
----
In addition to those attributes found in this section, any Maven property is also passed as attribute (replacing . by -).
In addition to attributes set in this section, Maven properties are also passed as attribute (replacing . by - in the name).
These include those defined in the `<properties>` section of the project, parent projects and the user's `settings.xml`.
+
[source,xml]
----
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/site-integration/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ Specifies additional Ruby libraries not packaged in AsciidoctorJ, `empty` by def
attributes::
Similar to the plugin's `attributes`. +
Allows defining a set of Asciidoctor attributes to be passed to the conversion. +
In addition to those attributes found in this section, any Maven property is also passed as attribute (replacing . by -).
In addition to attributes set in this section, Maven properties are also passed as attribute (replacing . by - in the name).
These include those defined in the `<properties>` section of the project, parent projects and the user's `settings.xml`.
+
[source,xml]
----
Expand Down

0 comments on commit e755ea2

Please sign in to comment.