mbeckerle opened a new issue, #56:
URL: https://github.com/apache/daffodil-sbt/issues/56

   My build.sbt:
   ```
   name := "dfdl-mySchema"
   
   organization := "com.owlcyberdefense"
   
   version := "1.0.0-SNAPSHOT"
   
   // for details about DaffodilPlugin settings, see 
https://github.com/apache/daffodil-sbt
   enablePlugins(DaffodilPlugin)
   
   daffodilFlatLayout := true
   
   daffodilVersion := daffodilPackageBinVersions.value.head
   
   daffodilPackageBinVersions := Seq("3.5.0", "3.8.0", "3.7.0")
   
   ```
   When I issue `sbt clean test packageDaffodilBin` test runs, but nothing is 
created in target directory. 


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