Revert "Not building the docs for CI builds - we cant' fetch jars; fixes gh-239"

This reverts commit 4bea4c590f.
This commit is contained in:
Marcin Grzejszczak
2023-06-27 13:43:19 +02:00
parent 4bea4c590f
commit b52dff8956

11
pom.xml
View File

@@ -143,7 +143,6 @@
<duplicate-finder-maven-plugin.includePomProjects>false</duplicate-finder-maven-plugin.includePomProjects>
<maven-gpg-plugin.phase>verify</maven-gpg-plugin.phase>
<unpack-docs-resources.phase>generate-resources</unpack-docs-resources.phase>
<generate-docs.phase>prepare-package</generate-docs.phase>
</properties>
<dependencyManagement>
<dependencies>
@@ -1223,7 +1222,7 @@
<executions>
<execution>
<id>generate-html-documentation</id>
<phase>${generate-docs.phase}</phase>
<phase>prepare-package</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
@@ -1258,7 +1257,7 @@
</execution>
<execution>
<id>generate-htmlsingle-documentation</id>
<phase>${generate-docs.phase}</phase>
<phase>prepare-package</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
@@ -1286,7 +1285,7 @@
</execution>
<execution>
<id>generate-pdf-documentation</id>
<phase>${generate-docs.phase}</phase>
<phase>prepare-package</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
@@ -1370,7 +1369,7 @@
</execution>
<execution>
<id>assert-no-unresolved-links</id>
<phase>${generate-docs.phase}</phase>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
@@ -1672,8 +1671,6 @@
<properties>
<!-- This jar requires authentication, we don't need anything css related in a PR -->
<unpack-docs-resources.phase>none</unpack-docs-resources.phase>
<!-- Because of this we will not be catching broken docs in the PRs -->
<generate-docs.phase>none</generate-docs.phase>
</properties>
</profile>
</profiles>