michael-hoke commented on code in PR #1057:
URL: https://github.com/apache/daffodil/pull/1057#discussion_r1323328479


##########
build.sbt:
##########
@@ -60,6 +61,7 @@ lazy val macroLib = Project("daffodil-macro-lib", 
file("daffodil-macro-lib"))
   .disablePlugins(OsgiCheckPlugin)
 
 lazy val propgen = Project("daffodil-propgen", file("daffodil-propgen"))
+  .disablePlugins(SbtXjcPlugin)

Review Comment:
   We did something similar - set the Seq containing xsd schemas to run through 
JAXB to empty in commonSettings - it allows us to remove all of these 
disablePlugins lines. It builds for me locally, so, hopefully, the CI tests 
will build now as well.



-- 
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]

Reply via email to