Inline Attribute Entries
In places where document attribute entry lines are not normally processed, such as in a table cell, document attributes can be assigned using the following syntax:
{set:name[!]:[value]}
For example:
{set:sourcedir:src/main/java}
is effectively the same as:
:sourcedir: src/main/java