asciidoctor/asciidoctor-intellij-plugin

Read the variables from Maven/Gradle plugin

Open

#613 opened on Dec 16, 2020

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

Repository metrics

Stars
 (392 stars)
PR merge metrics
 (PR metrics pending)

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