Skip to content

Commit

Permalink
Add missing site checkout property to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Aug 13, 2021
1 parent 58348ba commit f8674ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<numbers.jgit.buildnumber.version>1.2.10</numbers.jgit.buildnumber.version>
<implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>

<!-- Workaround to avoid the SVN site checkout in all modules.
This flag should be deactivated by child modules. -->
<perform.site.checkout>true</perform.site.checkout>

<!--
Override so that "mvn commons:download-page" will generates a web page
referring to the files created by the "dist-archive" module.
Expand Down

0 comments on commit f8674ef

Please sign in to comment.