Skip to content

Commit

Permalink
Updates asciidoctor-maven-plugin to 3.0.0
Browse files Browse the repository at this point in the history
This version fixes false positive warning `[WARNING] Duplicated destination found: overwriting file`
  • Loading branch information
jycr committed Oct 10, 2024
1 parent 4152a01 commit 005165a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ecocode-rules-specifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@
- syntax highlighting (see code blocks on ASCIIDOC rules)
- inclusions (see: php/EC74.asciidoc)
- table data generation from CSV (see: php/EC69.asciidoc)
NB: Current version has a bug which display following false positive warning :
[WARNING] Duplicated destination found: overwriting file ...
This issue is fixed in 3.x release of asciidoctor-maven-plugin
-->
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.4</version>
<version>3.0.0</version>
<executions>
<execution>
<id>convert-to-html</id>
Expand All @@ -48,7 +43,7 @@
</attributes>
<preserveDirectories>true</preserveDirectories>
<embedAssets>true</embedAssets>
<headerFooter>false</headerFooter>
<standalone>false</standalone>
<relativeBaseDir>true</relativeBaseDir>
<logHandler>
<failIf>
Expand Down

0 comments on commit 005165a

Please sign in to comment.