This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 94d4c9df8d6ab66664533b9b1fb0a58a659a9813 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 14 21:53:53 2019 +0100 Skip executing the maven-site-plugin as we dont need it --- parent/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 2e13a9b..0cdde9e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5124,6 +5124,19 @@ </pluginManagement> <plugins> + + <!-- skip site-plugin as we dont use maven site (inherited from Apache BOM) --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <executions> + <execution> + <id>attach-descriptor</id> + <phase/> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>