Skip to content

Commit

Permalink
[docs] Disable extensional use of the markdown generator.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Apr 26, 2017
1 parent 2e3e2d9 commit 40fb633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/io.sarl.docs.markdown/pom.xml
Expand Up @@ -56,7 +56,8 @@
<plugin>
<groupId>io.sarl.maven</groupId>
<artifactId>io.sarl.maven.docs.generator</artifactId>
<extensions>true</extensions>
<!-- Cannot use <extensions>true</extensions> because the plugin is in the same project structure.
Executions must be explicitly defined. -->
<executions>
<execution>
<id>docs-initialize</id>
Expand Down

0 comments on commit 40fb633

Please sign in to comment.