This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a25812a82901d389f5b4b8202c7359ae8bae6b34 Author: James Netherton <[email protected]> AuthorDate: Tue Aug 16 15:08:28 2022 +0100 Clean up redundant plugin executions for the docs module --- docs/pom.xml | 74 ------------------------------------------------------------ 1 file changed, 74 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index ab6ae83496..82c812acdc 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -65,80 +65,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <executions> - <execution> - <id>enforce-maven-version</id> - <phase>none</phase><!-- skip to save time --> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <id>process-resource-bundles</id> - <phase>none</phase><!-- skip to save time --> - </execution> - </executions> - </plugin> </plugins> </build> - - <profiles> - <profile> - <id>full</id> - <activation> - <property> - <name>!quickly</name> - </property> - </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>--> - </plugins> - </build> - </profile> - </profiles> </project>
