Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-05-25 10:19:05 +00:00
parent 66b83a596a
commit 06a7ab6aff
3 changed files with 18 additions and 21 deletions

View File

@@ -560,10 +560,9 @@ 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;plugin&gt;
&lt;artifactId&gt;maven-deploy-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;
@@ -598,7 +597,7 @@ approach of generating documentation just add these plugins to your <code>docs</
</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>
<td>This plugin ensures that the generated zip docs will get published</td>
</tr>
</table>
</div>
@@ -660,8 +659,8 @@ The order of plugin declaration is important!
&lt;version-type&gt;${version-type}@&lt;/version-type&gt;
&lt;!-- Once we go to docs.spring.io should be changed to --&gt;
&lt;!-- https://docs.spring.io/${docs.main}/${project.version} --&gt;
&lt;docs-url&gt;${docs-url}@&lt;/docs-url&gt;
&lt;raw-docs-url&gt;${raw-docs-url}@&lt;/raw-docs-url&gt;
&lt;docs-url&gt;https://docs.spring.io/${docs.main}/${project.version}@&lt;/docs-url&gt;
&lt;raw-docs-url&gt;${github-raw}@&lt;/raw-docs-url&gt;
&lt;project-version&gt;${project.version}@&lt;/project-version&gt;
&lt;project-name&gt;${docs.main}@&lt;/project-name&gt;
&lt;/attributes&gt;</code></pre>