]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4711,CSPACE-3431: Added '-V' as a default mvn.opts value to work around an...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 23 Jan 2013 03:28:14 +0000 (19:28 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 23 Jan 2013 03:28:14 +0000 (19:28 -0800)
119 files changed:
3rdparty/build.xml
3rdparty/nuxeo/build.xml
3rdparty/nuxeo/nuxeo-platform-collectionspace/build.xml
3rdparty/nuxeo/nuxeo-platform-listener/build.xml
3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/build.xml
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/build.xml
3rdparty/nuxeo/nuxeo-platform-quote-api/build.xml
3rdparty/nuxeo/nuxeo-platform-quote/build.xml
3rdparty/nuxeo/nuxeo-platform-thumbnail/build.xml
build.xml
services/JaxRsServiceProvider/build.xml
services/account/build.xml
services/account/client/build.xml
services/account/pstore/build.xml
services/acquisition/3rdparty/build.xml
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/build.xml
services/acquisition/build.xml
services/authentication/build.xml
services/authentication/client/build.xml
services/authentication/pstore/build.xml
services/authentication/service/build.xml
services/authority/build.xml
services/authorization-common/build.xml
services/authorization-mgt/build.xml
services/authorization-mgt/client/build.xml
services/authorization-mgt/import/build.xml
services/authorization-mgt/service/build.xml
services/authorization/build.xml
services/authorization/pstore/build.xml
services/authorization/service/build.xml
services/batch/3rdparty/build.xml
services/batch/3rdparty/nuxeo-platform-cs-batch/build.xml
services/batch/build.xml
services/blob/3rdparty/build.xml
services/blob/3rdparty/nuxeo-platform-cs-blob/build.xml
services/blob/build.xml
services/build.xml
services/collectionobject/3rdparty/build.xml
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
services/collectionobject/build.xml
services/collectionobject/installer/build.xml
services/common/build.xml
services/concept/3rdparty/build.xml
services/concept/3rdparty/nuxeo-platform-cs-concept/build.xml
services/concept/build.xml
services/concept/installer/build.xml
services/contact/3rdparty/build.xml
services/contact/3rdparty/nuxeo-platform-cs-contact/build.xml
services/contact/build.xml
services/dimension/3rdparty/build.xml
services/dimension/3rdparty/nuxeo-platform-cs-dimension/build.xml
services/dimension/build.xml
services/group/3rdparty/build.xml
services/group/3rdparty/nuxeo-platform-cs-group/build.xml
services/group/build.xml
services/id/build.xml
services/id/service/build.xml
services/imports/3rdparty/build.xml
services/imports/3rdparty/nuxeo-platform-cs-imports/build.xml
services/imports/build.xml
services/installer/build.xml
services/intake/3rdparty/build.xml
services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml
services/intake/build.xml
services/loanin/3rdparty/build.xml
services/loanin/3rdparty/nuxeo-platform-cs-loanin/build.xml
services/loanin/build.xml
services/loanout/3rdparty/build.xml
services/loanout/3rdparty/nuxeo-platform-cs-loanout/build.xml
services/loanout/build.xml
services/location/3rdparty/build.xml
services/location/3rdparty/nuxeo-platform-cs-location/build.xml
services/location/build.xml
services/location/installer/build.xml
services/media/3rdparty/build.xml
services/media/3rdparty/nuxeo-platform-cs-media/build.xml
services/media/build.xml
services/movement/3rdparty/build.xml
services/movement/3rdparty/nuxeo-platform-cs-movement/build.xml
services/movement/build.xml
services/note/3rdparty/build.xml
services/note/3rdparty/nuxeo-platform-cs-note/build.xml
services/note/build.xml
services/objectexit/3rdparty/build.xml
services/objectexit/3rdparty/nuxeo-platform-cs-objectexit/build.xml
services/objectexit/build.xml
services/organization/3rdparty/build.xml
services/organization/3rdparty/nuxeo-platform-cs-organization/build.xml
services/organization/build.xml
services/organization/installer/build.xml
services/person/3rdparty/build.xml
services/person/3rdparty/nuxeo-platform-cs-person/build.xml
services/person/3rdparty/nuxeo-platform-person-lifesci/build.xml
services/person/build.xml
services/person/installer/build.xml
services/place/3rdparty/build.xml
services/place/3rdparty/nuxeo-platform-cs-place/build.xml
services/place/build.xml
services/place/installer/build.xml
services/relation/3rdparty/build.xml
services/relation/3rdparty/nuxeo-platform-cs-relation/build.xml
services/relation/build.xml
services/report/3rdparty/build.xml
services/report/3rdparty/nuxeo-platform-cs-report/build.xml
services/report/build.xml
services/security/build.xml
services/security/client/build.xml
services/servicegroup/build.xml
services/taxonomy/3rdparty/build.xml
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/build.xml
services/taxonomy/build.xml
services/vocabulary/3rdparty/build.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml
services/vocabulary/build.xml
services/vocabulary/installer/build.xml
services/workflow/3rdparty/build.xml
services/workflow/3rdparty/nuxeo-platform-cs-workflow/build.xml
services/workflow/build.xml

index 677e9ba611614b3a90e68f42c55afe2ce5524f6b..3c91e03e91d3d5cef96250fdb2bdbe9edddc1164 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
index a5f114cb424a6685dfd7fdd6fca6f27c46c37912..9cbec3722d3706a3e875c816035e09158fa1d482 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
index 21c2739a2fd9fd5c211e6c2c03381f182bc7a64b..90b5b0ef52fb5c5239edcc6358f297e66661fa3a 100644 (file)
@@ -7,7 +7,7 @@
   <!-- environment should be declared before reading build.properties -->
   <property environment="env" />
   <property file="${services.trunk}/build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index 985b9dc67d196d455bc8dc1f459f05a0b93f115d..7a0e8b1c4d5a4c57235e1a8e6c74cad22d54b6dd 100644 (file)
@@ -9,7 +9,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
index 2933eb2e71e55f73dbefcf9659e44350cced190b..42a8f6eaaa4aa896156d8212d4dfd3275a774c3a 100644 (file)
@@ -10,7 +10,7 @@
   <property file="${services.trunk}/build.properties" />
   <!-- Set local properties for this build -->
   <property file="build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index fa84d03623e7f994400d518a7d017b276a51d48e..fbc5c2068082c5c8ef3445d866452a494c35d808 100644 (file)
@@ -10,7 +10,7 @@
   <property file="${services.trunk}/build.properties" />
   <!-- Set local properties for this build -->
   <property file="build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index d22e573e7372673bc36549c78e6c3b2cd4627c42..2fab48fb8bf344c2713f2eb111fa4fa9963fbee2 100644 (file)
@@ -7,7 +7,7 @@
   <!-- environment should be declared before reading build.properties -->
   <property environment="env" />
   <property file="${services.trunk}/build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index 6cd3c4a2fade98b30ac1338ebd350213f9954adf..55e9bf9946de09cc4e95df6653372ba43052e553 100644 (file)
@@ -7,7 +7,7 @@
   <!-- environment should be declared before reading build.properties -->
   <property environment="env" />
   <property file="${services.trunk}/build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index 01a2132d5f651d65b114cbad1d6980ce4fada5c0..5104c0f47bf27a850efbd64f7ef97b963f7839ab 100644 (file)
@@ -7,7 +7,7 @@
   <!-- environment should be declared before reading build.properties -->
   <property environment="env" />
   <property file="${services.trunk}/build.properties" />
-  <property name="mvn.opts" value="" />
+  <property name="mvn.opts" value="-V" />
   <property name="src" location="src"/>
   <property name="build" location="build"/>
   <property name="dist"  location="dist"/>
index 7d47c8650521b90f6822350417c9f45839375298..69401f117916bb774fe193c0c566d8486338c717 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
        <property environment="env" />\r
        <!-- set global properties for this build -->\r
        <property file="build.properties" />\r
-       <property name="mvn.opts" value="" />\r
+       <property name="mvn.opts" value="-V" />\r
        <property name="src" location="src"/>\r
 \r
        <condition property="osfamily-unix">\r
index 6c712920da2529a3020902c38f8e429773a0ed22..072ebad4c8d3eafe170dce95f761afcc5887038c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 58b72f1923684ee305b818a2bc5464f97ea415cf..6e7e82320d2f8db01d44f3255d283948d1ee19c1 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 92e951b00eea7ed9498a27c78d9b51f4a84d55c6..a4a727db18c9a7e14ff6bd856a357c16990489bd 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 2aa7e2ace66fce15c48bec5b85a81ea048f739c6..869f3107a99080c716f0a848257cf7ca071230a3 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index cb70e9baaab8b0df929767e88d497a3d9fb80982..6280e917d0419f6965e44a3f3388c8ef0d1b7cd7 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index b6c08eabcd164926acda415648e669f8e3f2498b..de608a466bedcde931faa6c7d20206b9383a5b4f 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.acquisition.jar"
         value="org.collectionspace.services.acquisition.3rdparty.nuxeo-${cspace.release}.jar"/>
index 2fe79b6793093496038727cc9c3d2a039873e620..edc7de211b2e51f9f9a20ceab6990dca28fd28ad 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 2c16a79b688fe87c6e8420ef8821a8bc2fcd9fd7..3a721a66b79a7497323d19382eeada695906f471 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index c0ab357ca922727475cb0d3ed447a03bb719bfd9..49747bc931d208aecbedf259c71450f884888a9a 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 7599514c6aa25a2dba717db09e7133ec9bf60875..96ffb6a8174d8e37dfd7018c5a06c16f7e1d0918 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 625b5034dbc94712331b7ef112dc9f0554ae5753..621abf13ad62eda24c5cb51e3c2ce0a55b9c6125 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="authentication.jar" value="cspace-services-authn.jar"/>\r
 \r
index 09727eef7eb62981e347faf0525a3b4fb6064013..d5290c7d5b1e04f0d57c1d861e826b72296a5d44 100644 (file)
@@ -8,7 +8,7 @@
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
 \r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 3baaa1edec5c7198ab222c7d7fa87c4733cb9a5d..988610959f49f84aadf391b5d7793b5eab3f877e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="authorization-common.jar" value="cspace-services-authz-common.jar"/>
     <condition property="osfamily-unix">
index b8fcde446960d8f15fa49abd1266b3f24c20f302..507dccee2b74401b26e0b97b7ca929f14e4503e3 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index a2185e69d3f3512d442fad611248f7350f16a1c3..e0d3efcf5dd8f11ebd93a1c343858484cc422657 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index b3a77ee738d8d82e450ca2e9433afebdc12d5ff9..4a83083137ee9e31a018558e0715404a7c54547d 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index d0ee76f08962887ed148fc6f3b18199b0b6b3967..04f900b88a31f450ba03d0103d16b8c13ad6667e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="authorization.jar" value="collectionspace-services-authz-mgt.jar"/>\r
     <condition property="osfamily-unix">\r
index 6642711d7d9ee003a63c8d9c9dba7da33c2282a4..3ee6d6dc2c9dc5cc5ccdcefafc0dde21790f909c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 6e9a94820a01d747172505dff765d5ac4597220f..e9f47d52a4948febd24f05917bde8a34c86fe31b 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 992766b3dd1ae49c9786e53c423d74c22120517d..d5718661210033f0ca1c86580ceb3ce6459f885e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="authorization.jar" value="cspace-services-authz.jar"/>\r
     <condition property="osfamily-unix">\r
index 9cc58f80a9a842d8004950dab94148f0bfdd5ad5..fdf325b1d68b630eba88f9efb535a5d292baa22b 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 523fac579bd644f13833313dcc9c441d9d88e219..bb4c635a04580fc7996883e07b450c0fa440a878 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.batch.jar"
         value="org.collectionspace.services.batch.3rdparty.nuxeo-${cspace.release}.jar"/>
index 869baa4222997fb6d150681dccbf0c91a97f99d5..3502f2c7666e119dc4aa7754b664ce2d1e43bf25 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index d6695ca7f8f8b285bbacb4328c0ec310f229dcbd..8302cbee10250e576e66d81255fb9bd11e410006 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index c33fb5d6eab17d2ac9cf5f480e3c4737991ff3c9..eb3f34a5e3630233c64ef5c339894fd3d83c98c5 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.blob.jar"
         value="org.collectionspace.services.blob.3rdparty.nuxeo-${cspace.release}.jar"/>
index cf3ae588632057ff1cc97cc40a597e0c7e10b412..715186aa4b99d895796bd3ccb9bbbb9a4afb5106 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 5e4bde13634d49c935c41d92303de3342410e784..ed2895ded5de8bbd62ed973319d3ce37d76ad9de 100644 (file)
@@ -5,7 +5,7 @@
     <!-- set global properties for this build -->\r
     <property name="services.trunk" value=".."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="javadoc.jar" value="org.collectionspace.services-javadoc.jar"/>\r
 \r
index 25eded8e0c8969a0d11bde575dd6f95767975110..354890439eaada05e6cfe118f95f3ce1041a7c7c 100644 (file)
@@ -10,7 +10,7 @@
     <property file="${services.trunk}/build.properties" />\r
        <property name="nuxeo-platform-collectionobject" value="nuxeo-platform-cs-collectionobject"/>\r
        <property name="nuxeo-platform-collectionobject-lifesci" value="nuxeo-platform-collectionobject-lifesci"/>\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 28ddb613d67bf095cbf08aa3048cd53707527cc1..5180b1769fa0baabed39ce0b0b37f1f30d30cfd9 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
index 3a341aaa35249cd304706accc33fbdf84e4f7dca..52268b1dd00ae04fcbff1a55add79f64543e5cd9 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
index 67c73c52f408d57fab82f1dca41c33b4cc77dce2..f77cab4999b40cd8c90371adb9066722f5426292 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 645e1586e9b69a05196fd7006d308149d491a5d3..aa7b16f14e1662f9fc1baeae85e2faf3f2b9e689 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 1d794767715ff5c252d883b67b45cdc9d8c1faa1..ab68debecf2fad3206d312b4673cc82b024ef39b 100644 (file)
@@ -8,7 +8,7 @@
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
 
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="build" location="build"/>
 
index 13dafa507db7d9089a82310a32b1d7518ae71abb..9a642da0893d05431dd9ae6a03686cc0503befb1 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index bf2c817cb8050286e3c44a0304c3e479a730c008..9a64403012526768771819e52cc0d3931c7c4a0f 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.concept.jar"
         value="org.collectionspace.services.concept.3rdparty.nuxeo-${cspace.release}.jar"/>
index d8c445a009ba36a74836a5c5979f147bfc23a826..6e151b0d0e7317e0f1b77c2d6108e299d7037185 100644 (file)
@@ -8,7 +8,7 @@
         <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 9dd64631cab7fc5b88660470cd81a7a2b98ac370..2571a1fa217b1f21e7854e813dbe0380afc97c2f 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../.."/>
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index c564b60d182a15b9315083b7c8718e15240c3ad7..27d26c0579743d7b6c9396b91bce0724d394bd4f 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../../.."/>
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index c1ec17fd258bdbfc8533929e4fac2ec1f3d8c6e0..dade300f90fa009bc42360d868da01e28bcc8379 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
index 73b649dc4052dfa7be743a01cf24fd067cf6b19b..2f9d35014291138dda6d45720400a57cbe3f8840 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../.."/>
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index f57360ccfb300b9cccc91d4706fa6e797a4b0d21..f546b4867b4a42c81957012276faf3f234a0c6c3 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index aef608e61067528063a6281ea7701cdf8bb4ff71..a62b025b0b509a923474f294dff8c633fc5c4388 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
index 199e58cd76efcc1d2bcc1f1bb33ed50be47f6df4..731846a8e3686a42f3632548655b6e7d647cd3c2 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 9d157281ed52b44eba6c72afad14692bd2988ad5..d5304b6eaa0ee2a03ea525ddf3a7ca0aad765bd0 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 2c6d8c5e25b421983fcd92062ce2ed9431812467..8e8e7c7bf329261f2759ca49f300b11fcb6a3664 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.group.jar"
         value="org.collectionspace.services.group.3rdparty.nuxeo-${cspace.release}.jar"/>
index b85db182514c8d5e8b882fc140648b6a9ac7c771..47c63071b6409bafb7bb547f0e1f4ffff130f74e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index ee3dac387911cc98472c98f1c43922c254f1b0a9..b8077a6854b4de76e65303ffeb0b0cc28fc2172f 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="service/src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 2286b7486149f76500a98b2c5bd8e5cc28371317..4b27ad5ac3438675368b14681421195c22af3832 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 1c264e772c77c94da434f6fea2cec48643c07c9c..cd569ac8eb317a1bb0145099c2afdc52d3b95c74 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 9d2ec16fe77d9fd981a4f3890dab71035afb7e9a..6784e2cc226a89348b55cddcf8c91f7931cccd50 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.imports.jar"
         value="org.collectionspace.services.imports.3rdparty.nuxeo-${cspace.release}.jar"/>
index bcbc6471975c7afbc5e0f7d967afa01ae1fb8c2e..46015ed178ab4d359cf89da816e24bf2e73eabc4 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index fef1f4d4ab2050fedf0e57d78842509c0ac68703..ad9a4d19a0447b136bc78d23a5e30d797534a5ed 100644 (file)
@@ -6,7 +6,7 @@
     <property name="installer.trunk" value=".."/>\r
     <property name="services.trunk" value="../../.."/>\r
     <property file="${installer.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 68ad666d5695d035814c6bd10854e3641688d521..dc403560f93e6e1d6d4eec9ac8e92126e98feedf 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index e7cd6419c607c4f310e4e13d005db22b34cdcb24..bfc32221dd393635be322df9d9b33f6ca173be9e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.intake.jar"
         value="org.collectionspace.services.intake.3rdparty.nuxeo-${cspace.release}.jar"/>
index 67c530e1a24fcce2e617a5380e0f12d780330435..fa973a6f0325945ff70e48c7af62013f782a9d25 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 559b5d89eab55137b4490c9bc578f5e5a3f7eb48..335f4ba0251b1228accee8213d967c131cee8935 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index ad4c9d6e5c25526e4f310d685e065af9eccff36e..780a13b48bcecda9a87b616a95c1a5b20e955504 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.loanin.jar"
         value="org.collectionspace.services.loanin.3rdparty.nuxeo-${cspace.release}.jar"/>
index 2a1d345fc6eef091bff79e04d0d3996f3b066c90..f33fa996583b60ca91859dfa5f28634e3c2ea4a7 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 0457d647332bca68b3a9f75c7e07311efa79d15c..d7558373563e408906b58b1472d4101c9cff610c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index fa5d5c97acc793289e45bed9c29a97377b4d99ac..3ef1f46c38d05a807f0985d3e231030951961bd0 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.loanout.jar"
         value="org.collectionspace.services.loanout.3rdparty.nuxeo-${cspace.release}.jar"/>
index 609b490bd4234f4cc128171c67ff71e6217fd364..d578ea888cf0cabc5d4e0fd71eb4c1c861652154 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 6396bc5250e231aafdd1ae5be1c3e6746668377f..bfb77cd766c2e8cd08f9237343dabae9cac3ce9b 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 0b8b4f3d9009db2f643ad5cf294632e761c6380f..72d27426eb5b6c1a8e4837d3db3c78d2f11fc62a 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.location.jar"
         value="org.collectionspace.services.location.3rdparty.nuxeo-${cspace.release}.jar"/>
index 5ff74938810e5843f4343e96d30701738d8ec9cd..943a8a0c800d6bf8678dde20f291b0ffa768cde3 100644 (file)
@@ -8,7 +8,7 @@
         <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 6e46bd1b0612ee88937a83bcaeabdda01be2018e..9c62d3eab8ef0a3931c7550922db57e2b2835155 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 61bc6becd7323a236ef77b9e700b63db3c8131dc..4bdcb397d66675f3468b751841585701cbbad9b8 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 09dc8935246209a0b0d73bdd0f2e1c5d22cb39e7..3691df6ad210ff9b77139e28a1e179c04342e63c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.media.jar"
         value="org.collectionspace.services.media.3rdparty.nuxeo-${cspace.release}.jar"/>
index 804c980bfd5fe38785d0be5edabe10f60cefc11c..c50d54d14dd6a59d176a296fea2d00b168d8d87c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 710ac65310d2d14acb2a416b7af17d762805ba77..93672c67d56cba429c86d35ea499904169f2ae05 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 8f0378e36a4cc06196d254c3749ab391da23a419..3aca543499212b6d2ac1ada125a6fc4ee6f08ad4 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.movement.jar"
         value="org.collectionspace.services.movement.3rdparty.nuxeo-${cspace.release}.jar"/>
index 5d6d504c27c8c7e20ad74d3d2939a8b77ea72eff..d5491274bc94d0545a865fb8503173cf1c650dc1 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 288aeb59336fd147fd316a3ba8fb6c71a77abc06..c0794b0fd6abc359673f55aac9391f7702dd8648 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 77870ffe0ee8769c4547d471c8564edf719205d5..543ceb225a64e9b81e6f4e30a0fadcfcdf0e0784 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
index e7a9bd68c46b9e108fb4192434c7e98960f4ffcf..b1d725104713897ce5a32aeb337376dd27bdb575 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 574aec2c2a29f6249f0c12f82c514cd4fa312aa8..3cd1b1d0af6886ba3535b9efebfcefe439bf2b15 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index d7c670bc129246d158e194cfded826902820db11..2dec153c4a41a0482e1050bf4717fe3b976fb647 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.objectexit.jar"
         value="org.collectionspace.services.objectexit.3rdparty.nuxeo-${cspace.release}.jar"/>
index 7b251678c553b8116f2548de4045fb5cfc34b60b..01a8beb032cf5b7652a9c448ed85cccda483dfb7 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 15c59dcd2b6f1023a89ee9eb3d09dcaaaf471a39..65e73efcd29d5356cec0251826ca07eed012f514 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 56186e4750289a16c9abb23bbe66e946a50fe27f..b1cbce2e9d805ca358acf167e07dbb16e40c7b94 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.organization.jar"
         value="org.collectionspace.services.organization.3rdparty.nuxeo-${cspace.release}.jar"/>
index ada81c0e6be61c68acedcc55a27239a6e8e9537d..85c3189a01915cced9b0c13e06f3fd6a8790005b 100644 (file)
@@ -8,7 +8,7 @@
         <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index d407750a65c7372d9882341795db731ebdcd80cb..fbd862e93b5fd289c54fadbb769ac4968db3e062 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 516b147bf9bb53b4fe032b867bcbaaccb8ece17b..e95985efe92e2706bc9ccf47682473ad2f036788 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 17ee14683bff36d8885731a6b0ec351b5f051140..2cb87bccf9668daa3893cc4bf502cc1f7d1006f2 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.person.jar"
         value="org.collectionspace.services.person.3rdparty.nuxeo-${cspace.release}.jar"/>
index 155c3ae4ef527ef5dd3e5c0d7b8e5ff9368e8f03..7bad8c9a7b18fd374c1652e3177139e8bbc38a86 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
index b87daf2c39fef7d4b587487babe3b50c83ed3907..7d14120f27367b4159205015fdbe810a2d13c7f1 100644 (file)
@@ -8,7 +8,7 @@
         <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index e7b2e70b6f4f6227f01132a2450653361fb16c0d..c0fc960c82f610f8dcb61d894f1e1d7596bf4cbf 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 22122c6775e6b0732b7a5316a322d76db5977eaa..86038c8ae5f63d1ff1f3e26335803b79f9551ea2 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 8f3500132a32628d290f0c851e4e8625bc4e4fb0..ceb54d64ee1304ec16326693898f0d4c2bfec107 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.place.jar"
         value="org.collectionspace.services.place.3rdparty.nuxeo-${cspace.release}.jar"/>
index 2ddc143ce49b77527ed0a4a70ed371bff20ac537..8c8cf6f8e43675d52f9960e48a13c85e6b7937ae 100644 (file)
@@ -7,7 +7,7 @@
         <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 5b1fe5366e5ef3498c6b206adf3794dbe9c4b34b..6bbb1be5561175ebf40dee44a70cf48b78aba259 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../.."/>
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index b39eb05c80eeee185b6061f7e6035f0918905527..a377252d3623b1ce2791c9a0234d278519831606 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 00f8f22cf3d5c0db3057cfdb288277d1370dec18..d2906b474e470efbfefb5b8671cdf35c3c5cf24e 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="nuxeo.relation.jar"\r
         value="org.collectionspace.services.relation.3rdparty.nuxeo-${cspace.release}.jar"/>\r
index 99cdff7b4c821aa27ba119602aac87e1e897d9e7..21c48302995e091c22de2a33c770efc40a23e136 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 84f0d56a50a7d41c0e4899a78f55ffd2ea6051c6..cc1f076e65794659a8057521641dd5cc7d878ade 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index f0e23bcb72bd554ec3acf482789708f4f54229b7..20b49530af2940c6ccd816fd6ed5c2cb24069eb6 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.report.jar"
         value="org.collectionspace.services.report.3rdparty.nuxeo-${cspace.release}.jar"/>
index 86326a7d73fe5c88ee1069c3caa41ecbc63d36d3..74aaed852d5197ccca7d702ba2b009ac93953b83 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index d4f7fe881b6a7cc5a5010f70368706e53808dabd..88412c6ef177c431d5821c240f32958eaa27fad5 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
     <property name="build" location="build"/>\r
 \r
index 2c292e91d5f6aab1dca3cc298489b9dd46e07c04..39e35812a0fe323be0460252da36bee045afc762 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 90d068fd9e08c25c1f17cab45397e1aa0ea8b0f4..21460d91b6106bee72b04ea256bbdabd23546751 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index e47593f86010be5e8e4baa19f944e9b099d2ab4d..be2a4101a84f6c899b66d14e044c2e74d592256c 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 61975694f502e68404e3d1b625aea53953529929..47dfd9e4b3868f7300ec2df23c1cf9a2b99d7f09 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.taxonomy.jar"
         value="org.collectionspace.services.taxonomy.3rdparty.nuxeo-${cspace.release}.jar"/>
index 4b95f7b5e13f824d4d150929d5a53f76ac57ef9a..e26fbe1d48b4f0ca9f65fe7c19a62ba84053ff07 100644 (file)
@@ -7,7 +7,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 82a17d6d294c3e99e811fa6735f3ee544db70a10..995bf8eee05305221c0735cae66173f71f5d066f 100644 (file)
@@ -8,7 +8,7 @@
     <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 04f5183b96be7295835d35d3fa5f14ab853d4fd1..bc5d5416d73c6d26f5526bbc9315aa29f742d54b 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.vocabulary.jar"
         value="org.collectionspace.services.vocabulary.3rdparty.nuxeo-${cspace.release}.jar"/>
index a53566b08a5377a348d59b0632a3558e0e7f9436..e6396b27ea163f9ddde9af048bd03e09d790d458 100644 (file)
@@ -8,7 +8,7 @@
         <!-- enviornment should be declared before reading build.properties -->\r
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index 55c54b446a8d75bc112f5fad2e27b30ba2cc7519..156a1135fbfb3110381b7d454c5ff9a2a80a128c 100644 (file)
@@ -6,7 +6,7 @@
   <!-- set global properties for this build -->\r
     <property name="services.trunk" value="../.."/>\r
     <property file="${services.trunk}/build.properties" />\r
-    <property name="mvn.opts" value="" />\r
+    <property name="mvn.opts" value="-V" />\r
     <property name="src" location="src"/>\r
 \r
     <condition property="osfamily-unix">\r
index a40baae0d9f3335ba43e372ca68aca4fd956d3f1..fcc926016545474b274015fb625c7ba3005571e8 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
index 25940c80a2823ceb61fe0952e32f257eaef3f84e..be6014a4cecfa836f12eda3b20fbe9890a9d2ed7 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
     <property name="nuxeo.workflow.jar"
         value="org.collectionspace.services.workflow.3rdparty.nuxeo-${cspace.release}.jar"/>
index af5c0b16dc4be7084726de75e20a171462c56ea8..852c638431b8ef979d35a2a6f877160438a2d235 100644 (file)
@@ -8,7 +8,7 @@
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="" />
+    <property name="mvn.opts" value="-V" />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">