From 23e8b1b43fd7248dfc8ac4b624032b6c7296ea39 Mon Sep 17 00:00:00 2001 From: Michal Kordas Date: Sat, 21 Mar 2015 17:39:44 +0100 Subject: [PATCH] Disable additional invocation of site plugin, issue #821 By default property [forceSite](https://maven.apache.org/plugins/maven-linkcheck-plugin/linkcheck-mojo.html#forceSite) is `true` and Linkcheck plugin unnecessarily tries to invoke `mvn site` to freshly generate all resources needed for link checking. Not all plugins are ready to support such invocation in different context, e.g. tidy-maven-plugin. Without this additional invocation everything works fine and site generation is faster. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d04309048..f7f072bb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1007,6 +1007,7 @@ GET 3000 false + false dependencies.html cobertura/**