diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-17 09:14:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-17 09:14:34 +0000 |
commit | acff291350b3e40cb7e0bf438ef0bfb78c5f7d32 (patch) | |
tree | fa348e681032241121d1ac1f4cdd37e7d7ebc0d6 /java | |
parent | 524e959d848cdcdbf5d00d1be344b52a813113a5 (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.xml | 2 |
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> |