Sync docs from master to gh-pages
This commit is contained in:
@@ -559,10 +559,9 @@ approach of generating documentation just add these plugins to your <code>docs</
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId> <i class="conum" data-value="6"></i><b>(6)</b>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId> <i class="conum" data-value="7"></i><b>(7)</b>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId> <i class="conum" data-value="7"></i><b>(7)</b>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
@@ -597,7 +596,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>
|
||||
@@ -659,8 +658,8 @@ The order of plugin declaration is important!
|
||||
<version-type>${version-type}@</version-type>
|
||||
<!-- Once we go to docs.spring.io should be changed to -->
|
||||
<!-- https://docs.spring.io/${docs.main}/${project.version} -->
|
||||
<docs-url>${docs-url}@</docs-url>
|
||||
<raw-docs-url>${raw-docs-url}@</raw-docs-url>
|
||||
<docs-url>https://docs.spring.io/${docs.main}/${project.version}@</docs-url>
|
||||
<raw-docs-url>${github-raw}@</raw-docs-url>
|
||||
<project-version>${project.version}@</project-version>
|
||||
<project-name>${docs.main}@</project-name>
|
||||
</attributes></code></pre>
|
||||
|
||||
Reference in New Issue
Block a user