arosien commented on code in PR #1057:
URL: https://github.com/apache/daffodil/pull/1057#discussion_r1326188730
##########
build.sbt:
##########
@@ -241,6 +305,11 @@ lazy val commonSettings = Seq(
resourceManaged := baseDirectory.value / "resource_managed",
libraryDependencies ++= Dependencies.common,
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "--verbosity=1"),
+ // SbtXjcPlugin is enabled globally, even though we only explictly enable it
for the daffodil-tdml project
+ // It will, by default, attempt to build xsd schemas if any exist in a
project. These lines overwrite that
+ // behavior and tell it that there are no xsd schemas to build.
Review Comment:
```suggestion
// SbtXjcPlugin is enabled globally, and will, by default, attempt to
build xsd schemas if any exist in a project.
// These lines overwrite that and tell it that there are no xsd schemas to
build.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]