Repository: vxquery
Updated Branches:
  refs/heads/0.4-staging bb4d24524 -> eb32020c2


disable dependency locations for project-info-reports-plugin


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/74796da0
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/74796da0
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/74796da0

Branch: refs/heads/0.4-staging
Commit: 74796da0ff72520a113f113797c586132f6a1c30
Parents: bb4d245
Author: Till Westmann <[email protected]>
Authored: Sun Aug 31 22:25:09 2014 -0700
Committer: Till Westmann <[email protected]>
Committed: Sun Aug 31 22:25:09 2014 -0700

----------------------------------------------------------------------
 vxquery-benchmark/pom.xml | 5 +++--
 vxquery-cli/pom.xml       | 1 +
 vxquery-core/pom.xml      | 1 +
 vxquery-server/pom.xml    | 5 +++--
 vxquery-xtest/pom.xml     | 1 +
 5 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/74796da0/vxquery-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml
index e08da38..5b98469 100644
--- a/vxquery-benchmark/pom.xml
+++ b/vxquery-benchmark/pom.xml
@@ -86,8 +86,9 @@
           </reportSet>
         </reportSets>
         <configuration>
-            <linkOnly>true</linkOnly>
-        </configuration>            
+          <linkOnly>true</linkOnly>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/74796da0/vxquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml
index 84787ef..c83a186 100644
--- a/vxquery-cli/pom.xml
+++ b/vxquery-cli/pom.xml
@@ -144,6 +144,7 @@
         </reportSets>
         <configuration>
           <linkOnly>true</linkOnly>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
         </configuration>
       </plugin>
       <plugin>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/74796da0/vxquery-core/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index 3634332..58898ce 100644
--- a/vxquery-core/pom.xml
+++ b/vxquery-core/pom.xml
@@ -287,6 +287,7 @@
         </reportSets>
         <configuration>
           <linkOnly>true</linkOnly>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
         </configuration>
       </plugin>
       <!--

http://git-wip-us.apache.org/repos/asf/vxquery/blob/74796da0/vxquery-server/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml
index 4b6c2b9..6e5a2b2 100644
--- a/vxquery-server/pom.xml
+++ b/vxquery-server/pom.xml
@@ -153,8 +153,9 @@
           </reportSet>
         </reportSets>
         <configuration>
-            <linkOnly>true</linkOnly>
-        </configuration>            
+          <linkOnly>true</linkOnly>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/74796da0/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 37eb135..eb469fc 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -167,6 +167,7 @@
         </reportSets>
         <configuration>
           <linkOnly>true</linkOnly>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
         </configuration>
       </plugin>
       <plugin>

Reply via email to