This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.7.x by this push:
new 4be36dd Skip doc as its not really needed for the 3.7.7 release
4be36dd is described below
commit 4be36dd31e0387dbb65a62a881327d4d5e4ee7d1
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 17 16:44:02 2021 +0100
Skip doc as its not really needed for the 3.7.7 release
---
docs/pom.xml | 52 ----------------------------------------------------
1 file changed, 52 deletions(-)
diff --git a/docs/pom.xml b/docs/pom.xml
index 6925959..abc06f4 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -40,56 +40,4 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>com.github.eirslett</groupId>
- <artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <id>install node and yarn</id>
- <goals>
- <goal>install-node-and-yarn</goal>
- </goals>
- <configuration>
- <nodeVersion>v10.14.2</nodeVersion>
- <yarnVersion>v1.12.3</yarnVersion>
- </configuration>
- </execution>
- <execution>
- <id>yarn-install</id>
- <goals>
- <goal>yarn</goal>
- </goals>
- <phase>generate-resources</phase>
- <configuration>
- <arguments>install --no-progress --force
--non-interactive --frozen-lockfile</arguments>
- </configuration>
- </execution>
- <execution>
- <id>yarn-gulp</id>
- <goals>
- <goal>gulp</goal>
- </goals>
- <phase>generate-resources</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-package-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>xref-check</id>
- <goals>
- <goal>xref-check</goal>
- </goals>
- <phase>generate-resources</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
</project>