You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/04/17 11:14:34 UTC

svn commit: r765916 - /tuscany/java/sca/pom.xml

Author: antelder
Date: Fri Apr 17 09:14:34 2009
New Revision: 765916

URL: http://svn.apache.org/viewvc?rev=765916&view=rev
Log:
Disable validation by default in the maven build as discussed on the ML. Note this disables validation for full build from top and also when building individual modules/tests/samples etc. Running outside of mvn the default is currently to do schema validation

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=765916&r1=765915&r2=765916&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Fri Apr 17 09:14:34 2009
@@ -513,7 +513,7 @@
                         <reportFormat>brief</reportFormat>
                         <useFile>false</useFile>
                         <forkMode>once</forkMode>
-                        <argLine>-ea -Xmx256m</argLine>
+                        <argLine>-ea -Xmx256m -Dorg.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled=false</argLine>
                     </configuration>
                 </plugin>