asciidoctor/asciidoctor-intellij-plugin

Read the variables from Maven/Gradle plugin

Open

#613 opened on Dec 16, 2020

 (6 comments) (0 reactions) (0 assignees)Java (155 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (392 stars)
PR merge metrics
 (Avg merge 4d 11h) (3 merged PRs in 30d)

Description

I use the plugin and the Maven plugin.

I defined some variables in the Maven plugin, e.g. sources_path, I only write sources_path and the Java class filename when I include some source codes. Then the Maven plugin can deal with the document.

But the plugin does not deal with the variables, so it does not show the code when I open the preview.

Could it read the variables from Maven/Gradle plugin?

Contributor guide