Skip to content

Commit

Permalink
fix tooling enough so it doesn't break build
Browse files Browse the repository at this point in the history
  • Loading branch information
djencks committed Dec 15, 2021
1 parent 34e74e6 commit 6cb3399
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
78 changes: 39 additions & 39 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,45 +85,45 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend-maven-plugin.version}</version>
<executions>
<execution>
<id>install node and yarn</id>
<goals>
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v14.16.0</nodeVersion>
<yarnVersion>v1.22.5</yarnVersion>
</configuration>
</execution>
<execution>
<id>yarn install</id>
<goals>
<goal>yarn</goal>
</goals>
<phase>verify</phase>
<configuration>
<arguments>install --immutable</arguments>
</configuration>
</execution>
<!-- TODO: Enable checks once docs issues are fixed https://github.com/apache/camel-quarkus/issues/3307
<execution>
<id>antora-xref-check</id>
<goals>
<goal>yarn</goal>
</goals>
<phase>verify</phase>
<configuration>
<arguments>run checks</arguments>
</configuration>
</execution>
-->
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>com.github.eirslett</groupId>-->
<!-- <artifactId>frontend-maven-plugin</artifactId>-->
<!-- <version>${frontend-maven-plugin.version}</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>install node and yarn</id>-->
<!-- <goals>-->
<!-- <goal>install-node-and-yarn</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <nodeVersion>v14.16.0</nodeVersion>-->
<!-- <yarnVersion>v1.22.5</yarnVersion>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- <execution>-->
<!-- <id>yarn install</id>-->
<!-- <goals>-->
<!-- <goal>yarn</goal>-->
<!-- </goals>-->
<!-- <phase>verify</phase>-->
<!-- <configuration>-->
<!-- <arguments>install &#45;&#45;immutable</arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- &lt;!&ndash; TODO: Enable checks once docs issues are fixed https://github.com/apache/camel-quarkus/issues/3307-->
<!-- <execution>-->
<!-- <id>antora-xref-check</id>-->
<!-- <goals>-->
<!-- <goal>yarn</goal>-->
<!-- </goals>-->
<!-- <phase>verify</phase>-->
<!-- <configuration>-->
<!-- <arguments>run checks</arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- &ndash;&gt;-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</build>
</profile>
Expand Down
2 changes: 0 additions & 2 deletions tooling/scripts/update-antora-config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ import java.util.regex.Matcher
final Path treeRootDir = Paths.get(properties['maven.multiModuleProjectDirectory'])

final List<Path> replaceInFiles = [
treeRootDir.resolve('docs/antora-playbook.yml'),
treeRootDir.resolve('docs/antora-playbook-dev.yml'),
treeRootDir.resolve('docs/antora.yml')
] as List

Expand Down

0 comments on commit 6cb3399

Please sign in to comment.