Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone our fork of sbt-stats from the OpenDFDL sbt-stats repository at: https://github.com/OpenDFDL/sbt-stats
  2. Install it with sbt localInstallpublishLocal
  3. Modify ~/.sbt/1.0/plugins/plugins.sbt to have the addSbtPlugin line:

    addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.9-SNAPSHOT")

  4. Run sbt stats on any project (Daffodil or DFDL schema project) to get the stats for that project.

...