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/08/11 09:46:34 UTC

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

Author: antelder
Date: Tue Aug 11 07:46:34 2009
New Revision: 803015

URL: http://svn.apache.org/viewvc?rev=803015&view=rev
Log:
Reenable validation in the mvn build as the performance problem with fetching external schemas no longer exists

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=803015&r1=803014&r2=803015&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Tue Aug 11 07:46:34 2009
@@ -605,7 +605,7 @@
                         <reportFormat>brief</reportFormat>
                         <useFile>false</useFile>
                         <forkMode>once</forkMode>
-                        <argLine>-ea -Xmx256m -Dorg.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled=false</argLine>
+                        <argLine>-ea -Xmx256m</argLine>
                     </configuration>
                 </plugin>