stevedlawrence opened a new pull request, #126: URL: https://github.com/apache/daffodil-sbt/pull/126
Adds a new implicitly callable .daffodilProject() function to convert a normal SBT project to one that enables the daffodil plugin and changes a number of settings to make building/test/etc. easier, including support building with multiple Daffodil versions. Deprecation/Backwards Compatability: We now recommend the use of the more modern SBT project definition syntax and the `.daffodilProject()` function. This adds a number of enhancements that follow best practices, and includes imporoved support for building/testing/etc. with multiple Daffodil versions. When using this function, existing settings can be used except for `daffodilProjectVersionInfos`, which is ignored if specified. Tests are all updated to the recommended syntax, though the changes are backwards compatible so any projects using the old syntax should work exactly the same as before. Closes #125 -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org