Uploaded image for project: 'WildFly Transaction Client'
  1. WildFly Transaction Client
  2. WFTC-130

Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.1.Final
    • None
    • None

      As per Asciidoctor-maven-plugin 2.x.x migration guide , need to replace the configuration element

      <sourceHighlighter>coderay</sourceHighlighter>
      

      with 

      <configuration>
          <attributes>
              <source-highlighter>coderay</source-highlighter>
          </attributes>
      </configuration>
      

              cfang@redhat.com Cheng Fang
              cfang@redhat.com Cheng Fang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: