mbeckerle commented on code in PR #7:
URL: https://github.com/apache/daffodil-schema.g8/pull/7#discussion_r1579861252


##########
src/main/g8/default.properties:
##########
@@ -16,5 +16,5 @@
 name=format
 extension=dat
 package=com.example
-namespaced=no
-daffodil_version=maven(org.apache.daffodil, daffodil-tdml-processor_2.12)
+namespaced=yes
+daffodil_plugin_version=maven(org.apache.daffodil, sbt-daffodil)

Review Comment:
   Only further alternative would be have the template include
   ```
   // the daffodil version is taken from the daffodil-sbt plugin by default. 
   // to fix it to a specific version, uncomment
   // daffodilVersion := "3.7.0" // for the version you require
   ```
   But there's lots of guidance needed about various things one might need in 
the build.sbt, and 
   we don't want to clutter the template too much. 
   Maybe just 
   ```
   // the daffodil sbt plugin provides many options
   // which are documented here ... link ....
   ```



-- 
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: dev-unsubscr...@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to