This is an automated email from the ASF dual-hosted git repository.

jadams-tresys pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-sbt.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ed4c6b  Disable schema flattening by default
0ed4c6b is described below

commit 0ed4c6bd07a9f026a25a0d55a7ae033179048dcc
Author: Josh Adams <[email protected]>
AuthorDate: Wed Jun 17 12:25:56 2026 -0400

    Disable schema flattening by default
---
 src/main/scala/org/apache/daffodil/DaffodilPlugin.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala 
b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
index ef4e123..b3e2f6e 100644
--- a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
+++ b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
@@ -622,7 +622,7 @@ object DaffodilPlugin extends AutoPlugin {
      * If false, flattened schemas will not be created unless you explicitly 
run the
      * daffodilFlattenSchemas.
      */
-    daffodilFlattenSchemas / publishArtifact := true,
+    daffodilFlattenSchemas / publishArtifact := false,
 
     daffodilFlattenSchemas / artifact := Artifact(
       name.value,

Reply via email to