summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-17 09:14:34 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-17 09:14:34 +0000
commitacff291350b3e40cb7e0bf438ef0bfb78c5f7d32 (patch)
treefa348e681032241121d1ac1f4cdd37e7d7ebc0d6 /java
parent524e959d848cdcdbf5d00d1be344b52a813113a5 (diff)
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index 46acc7ae65..960c948004 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -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>