Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-04-01 08:19:36 +00:00
parent 00c1dcb8a9
commit 64a22c426b
3 changed files with 24 additions and 0 deletions

View File

@@ -541,6 +541,10 @@ approach of generating documentation just add these plugins to your <code>docs</
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&lt;artifactId&gt;maven-antrun-plugin&lt;/artifactId&gt; <i class="conum" data-value="6"></i><b>(6)</b>
&lt;/plugin&gt;
&lt;plugin&gt;
&lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
&lt;artifactId&gt;build-helper-maven-plugin&lt;/artifactId&gt; <i class="conum" data-value="7"></i><b>(7)</b>
&lt;/plugin&gt;
&lt;/plugins&gt;
&lt;/build&gt;
&lt;/profile&gt;
@@ -573,6 +577,10 @@ approach of generating documentation just add these plugins to your <code>docs</
<td><i class="conum" data-value="6"></i><b>6</b></td>
<td>This plugin is required to copy resources into proper final destinations and to generate main README.adoc and to assert that no files use unresolved links</td>
</tr>
<tr>
<td><i class="conum" data-value="7"></i><b>7</b></td>
<td>This plugin ensures that the generated zip docs are attached as an artifact and will get published</td>
</tr>
</table>
</div>
<div class="admonitionblock important">