arosien commented on code in PR #1057:
URL: https://github.com/apache/daffodil/pull/1057#discussion_r1339295822
##########
build.sbt:
##########
@@ -241,6 +279,10 @@ lazy val commonSettings = Seq(
resourceManaged := baseDirectory.value / "resource_managed",
libraryDependencies ++= Dependencies.common,
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "--verbosity=1"),
+ // SbtXjcPlugin is enabled globally, and will, be default, attempt to build
xsd schemas if any exist in a project
Review Comment:
```suggestion
// SbtXjcPlugin is enabled globally, and will, by default, attempt to
build xsd schemas if any exist in a project
```
--
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]