Skip to content

Commit

Permalink
[SQLLINE-210] Add property to skip doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Aug 22, 2019
1 parent 83301ba commit e0a68c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<scott-data-hsqldb.version>0.1</scott-data-hsqldb.version>
<skip.docbkx>false</skip.docbkx>
</properties>

<licenses>
Expand Down Expand Up @@ -124,6 +125,7 @@
</entity>
</entities>
<includes>manual.xml</includes>
<skip>${skip.docbkx}</skip>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e0a68c6

Please sign in to comment.