Skip to content

Commit

Permalink
closes #356 : added note about use of hidden files and resources (#357)
Browse files Browse the repository at this point in the history
* added note about use of hidden files and resources

* reworded note about use of _ prefix
  • Loading branch information
abelsromero committed Jul 17, 2018
1 parent c1ea739 commit 296afc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Expand Up @@ -107,6 +107,14 @@ As this is a typical Maven plugin, simply declare the plugin in the `<plugins>`
There are several configuration options that the Asciidoctor Maven plugin accepts, which parallel the options in Asciidoctor:

sourceDirectory:: defaults to [.path]_$\{basedir}/src/main/asciidoc_

[NOTE]
====
All paths and AsciiDoc documents that start with `pass:[_]` are considered _internal_ and are skipped.
That is, AsciiDocs are not rendered and resources are not copied to target, but you can include them normally from other AsciiDocs. +
This is useful to split your sources in sets of master documents and included parts.
====

sourceDocumentName:: an override to process a single source file; defaults to all files in `$\{sourceDirectory}`
sourceDocumentExtensions:: (named `extensions` in v1.5.3 and below) a `List<String>` of non-standard file extensions to render.
Currently ad, adoc, and asciidoc will be rendered by default
Expand Down

0 comments on commit 296afc0

Please sign in to comment.