Skip to content

Commit

Permalink
ARTEMIS-4316 fix example doc formatting
Browse files Browse the repository at this point in the history
This commit also updates the artifact used to generate the HTML from the
MarkDown as the existing artifact is now defunct.
  • Loading branch information
jbertram authored and brusdev committed Jun 20, 2023
1 parent 0521f47 commit 42c93fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions artemis-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
</executions>
</plugin>
<plugin>
<groupId>com.vladsch.flexmark</groupId>
<groupId>com.ruleoftech</groupId>
<artifactId>markdown-page-generator-plugin</artifactId>
<version>0.27.0</version>
<version>2.4.0</version>
<executions>
<execution>
<phase>compile</phase>
Expand All @@ -226,6 +226,7 @@
<inputDirectory>${activemq.basedir}/examples</inputDirectory>
<outputDirectory>${project.build.directory}/markdown-pages/examples</outputDirectory>
<recursiveInput>true</recursiveInput>
<pegdownExtensions>FENCED_CODE_BLOCKS</pegdownExtensions>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 42c93fc

Please sign in to comment.