You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2015/09/11 16:48:57 UTC

incubator-johnzon git commit: disable depenendy locations for maven project info report plugin (if enabled site build is very slow)

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master a8164793e -> a301958f2


disable depenendy locations for maven project info report plugin (if enabled site build is very slow)


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/a301958f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/a301958f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/a301958f

Branch: refs/heads/master
Commit: a301958f275d1acc592919e0cc0015c84938f7a7
Parents: a816479
Author: Hendrik Saly <he...@gmail.com>
Authored: Fri Sep 11 16:48:53 2015 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Fri Sep 11 16:48:53 2015 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a301958f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ed51899..eed2c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,6 +400,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.7</version>
+        <configuration>
+           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>